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.projection.extensions
Package-level
declarations
Functions
Functions
as
Link copied to clipboard
infix
fun
Projection.Column
.
as
(
alias
:
String
)
:
Projection
as
Column
Link copied to clipboard
fun
Array
<
out
String
>
.
asColumn
(
table
:
From.Table
)
:
List
<
Projection.Column
>
fun
Array
<
out
String
>
.
asColumn
(
table
:
String
?
=
null
)
:
List
<
Projection.Column
>
fun
String
.
asColumn
(
table
:
From.Table
)
:
Projection.Column
fun
String
.
asColumn
(
table
:
String
?
=
null
)
:
Projection.Column
as
Constant
Link copied to clipboard
fun
Any
?
.
asConstant
(
)
:
Projection.Constant
as
Sub
Query
Link copied to clipboard
fun
IQueryBuilder
.
asSubQuery
(
)
:
Projection.SubQuery
average
Link copied to clipboard
fun
Projection.Column
.
average
(
)
:
Projection.Aggregate
fun
String
.
average
(
)
:
Projection.Aggregate
count
Link copied to clipboard
fun
Projection.Column
.
count
(
)
:
Projection.Aggregate
fun
String
.
count
(
)
:
Projection.Aggregate
max
Link copied to clipboard
fun
Projection.Column
.
max
(
)
:
Projection.Aggregate
fun
String
.
max
(
)
:
Projection.Aggregate
min
Link copied to clipboard
fun
Projection.Column
.
min
(
)
:
Projection.Aggregate
fun
String
.
min
(
)
:
Projection.Aggregate
sum
Link copied to clipboard
fun
Projection.Column
.
sum
(
)
:
Projection.Aggregate
fun
String
.
sum
(
)
:
Projection.Aggregate
total
Link copied to clipboard
fun
Projection.Column
.
total
(
)
:
Projection.Aggregate
fun
String
.
total
(
)
:
Projection.Aggregate