kimmer-sql
0.0.4
kimmer-sql
/
org.babyfish.kimmer.sql.ast.query
/
SelectableTypedSubQuery
Selectable
Typed
Sub
Query
interface
SelectableTypedSubQuery
<
P
:
Entity
<
PID
>
,
PID
:
Comparable
<
PID
>
,
E
:
Entity
<
ID
>
,
ID
:
Comparable
<
ID
>
,
R
:
Any
>
:
TypedSubQuery
<
P
,
PID
,
E
,
ID
,
R
>
Content copied to clipboard
Functions
Properties
Functions
limit
Link copied to clipboard
abstract
fun
limit
(
limit
:
Int
,
offset
:
Int
=
0
)
:
SelectableTypedSubQuery
<
P
,
PID
,
E
,
ID
,
R
>
Content copied to clipboard
Properties
!
Link copied to clipboard
open
val
!
:
NonNullExpression
<
R
>
Content copied to clipboard
?
Link copied to clipboard
open
val
?
:
Selection
<
R
?
>
Content copied to clipboard
isSelectable
Link copied to clipboard
abstract
val
isSelectable
:
Boolean
Content copied to clipboard
selectedType
Link copied to clipboard
abstract
val
selectedType
:
Class
<
R
>
Content copied to clipboard