kotlin-common
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kotlin-common
kotlin-common-exposed
/
com.huanshankeji.exposed.v1.core
Package-level
declarations
Types
Properties
Types
Build
Where
Link copied to clipboard
typealias
BuildWhere
=
(
)
->
Op
<
Boolean
>
Table
Aware
Build
Where
Link copied to clipboard
typealias
TableAwareBuildWhere
<
T
>
=
T
.
(
)
->
Op
<
Boolean
>
Table
Aware
With
Sql
Expression
Builder
Build
Where
Link copied to clipboard
typealias
TableAwareWithSqlExpressionBuilderBuildWhere
<
T
>
=
T
.
(
)
->
Op
<
Boolean
>
Where
Link copied to clipboard
typealias
Where
=
BuildWhere
Where
Op
Link copied to clipboard
typealias
WhereOp
=
Op
<
Boolean
>
Properties
asterisk
Link copied to clipboard
val
asterisk
:
LiteralOp
<
String
>