kontrol-db
Toggle table of contents
local-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kontrol-db
kontrol-db-core
/
net.futureset.kontroldb.modelchange
/
TableAliasBuilder
Table
Alias
Builder
interface
TableAliasBuilder
<
B
:
TableBuilder
<
B
,
T
>
,
T
:
ModelChange
>
:
TableBuilder
<
B
,
T
>
(
source
)
Inheritors
DeleteRowsBuilder
InsertRowsBuilder
SelectQueryBuilder
UpdateRowsBuilder
Members
Properties
alias
Link copied to clipboard
abstract
var
alias
:
String
?
Functions
alias
Link copied to clipboard
open
fun
alias
(
alias
:
String
)
:
B
table
With
Alias
Link copied to clipboard
open
fun
tableWithAlias
(
table
:
String
,
alias
:
String
)
:
B
open
fun
tableWithAlias
(
table
:
Table
,
alias
:
String
)
:
B