toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-bi
/
me.ahoo.wow.bi.expansion
/
SqlBuilder
Sql
Builder
class
SqlBuilder
(
val
targetTableName
:
String
,
val
sourceTableName
:
String
,
parent
:
SqlBuilder
?
=
null
)
Members
Constructors
Sql
Builder
Link copied to clipboard
constructor
(
targetTableName
:
String
,
sourceTableName
:
String
,
parent
:
SqlBuilder
?
=
null
)
Properties
source
Table
Name
Link copied to clipboard
val
sourceTableName
:
String
target
Table
Name
Link copied to clipboard
val
targetTableName
:
String
Functions
append
Link copied to clipboard
fun
append
(
column
:
Column
)
build
Link copied to clipboard
fun
build
(
)
:
String
copy
Link copied to clipboard
fun
copy
(
targetTableName
:
String
)
:
SqlBuilder
with
Metadata
Columns
Link copied to clipboard
fun
List
<
Column
>
.
withMetadataColumns
(
)
:
List
<
Column
>