kimmer-sql
0.2.7
kimmer-sql
/
org.babyfish.kimmer.sql.ast.query
/
TypedSubQuery
Typed
Sub
Query
interface
TypedSubQuery
<
R
>
:
Expression
<
R
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
visitor
:
AstVisitor
)
Content copied to clipboard
as
Non
Null
Link copied to clipboard
open
fun
asNonNull
(
)
:
NonNullExpression
<
R
>
Content copied to clipboard
render
To
Link copied to clipboard
abstract
fun
renderTo
(
builder
:
SqlBuilder
)
Content copied to clipboard
Properties
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
Inheritors
ConfigurableTypedSubQuery
Link copied to clipboard