jimmer-sql-kotlin
0.1.4
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.ast.table
/
KTable
KTable
interface
KTable
<
E
:
Any
>
Content copied to clipboard
Functions
Extensions
Inheritors
Functions
get
Link copied to clipboard
abstract
fun
<
X
:
Any
,
EXP
:
KPropExpression
<
X
>
>
get
(
prop
:
String
)
:
EXP
Content copied to clipboard
inverse
Join
Link copied to clipboard
abstract
fun
<
X
:
Any
>
inverseJoin
(
targetType
:
KClass
<
X
>
,
backProp
:
String
)
:
KTable
<
X
>
Content copied to clipboard
inverse
Outer
Join
Link copied to clipboard
abstract
fun
<
X
:
Any
>
inverseOuterJoin
(
targetType
:
KClass
<
X
>
,
backProp
:
String
)
:
KNullableTable
<
X
>
Content copied to clipboard
join
Link copied to clipboard
abstract
fun
<
X
:
Any
>
join
(
prop
:
String
)
:
KTable
<
X
>
Content copied to clipboard
outer
Join
Link copied to clipboard
abstract
fun
<
X
:
Any
>
outerJoin
(
prop
:
String
)
:
KNullableTable
<
X
>
Content copied to clipboard
Inheritors
KNonNullTable
Link copied to clipboard
KNullableTable
Link copied to clipboard
KTableEx
Link copied to clipboard
Extensions
eq
Link copied to clipboard
infix
fun
<
E
:
Any
>
KTable
<
E
>
.
eq
(
right
:
KTable
<
E
>
)
:
KNonNullExpression
<
Boolean
>
Content copied to clipboard
is
Not
Null
Link copied to clipboard
fun
KTable
<
*
>
.
isNotNull
(
)
:
KNonNullExpression
<
Boolean
>
Content copied to clipboard
is
Null
Link copied to clipboard
fun
KTable
<
*
>
.
isNull
(
)
:
KNonNullExpression
<
Boolean
>
Content copied to clipboard