support-query-builder
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
support-query-builder
core
/
co.anitrend.support.query.builder.core.order
/
Order
Order
sealed
class
Order
:
IQueryBuilder
(
source
)
Inheritors
Ascending
Descending
Members
Members & Extensions
Types
Ascending
Link copied to clipboard
data
class
Ascending
(
ignoreCase
:
Boolean
,
projection
:
Projection
)
:
Order
Descending
Link copied to clipboard
data
class
Descending
(
ignoreCase
:
Boolean
,
projection
:
Projection
)
:
Order
Functions
as
Sub
Query
Link copied to clipboard
fun
IQueryBuilder
.
asSubQuery
(
)
:
Projection.SubQuery
build
Link copied to clipboard
open
override
fun
build
(
)
:
String
build
Parameters
Link copied to clipboard
open
override
fun
buildParameters
(
)
:
List
<
Any
>
exists
Link copied to clipboard
fun
IQueryBuilder
.
exists
(
)
:
Criteria
not
Exists
Link copied to clipboard
fun
IQueryBuilder
.
notExists
(
)
:
Criteria