
ru.astrainteractive.astralibs.orm.query.Query.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orm Show documentation
Show all versions of orm Show documentation
Core utilities for spigot development
package ru.astrainteractive.astralibs.orm.query
interface Query {
fun generate(): String
companion object {
val Count = ::CountQuery
val Create = ::CreateQuery
val Delete = ::DeleteQuery
val Insert = ::InsertQuery
val Select = ::SelectQuery
val Update = ::UpdateQuery
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy