Abstract Sql Query
interface AbstractSqlQuery<E : Entity<ID>, ID : Comparable<ID>> : Filterable<E, ID>
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun orderBy(expression: Expression<*>?, descending: Boolean = false)
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Entity<XID>, XID : Comparable<XID>> untypedSubQuery(type: KClass<X>, block: SqlSubQuery<E, ID, X, XID>.() -> Unit): SqlSubQuery<E, ID, X, XID>
Content copied to clipboard
Link copied to clipboard