terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql
/
SqlBase
Sql
Base
abstract
class
SqlBase
:
InterpolatorWithWrapper
<
SqlFragment
,
Statement
>
Members
Constructors
Sql
Base
Link copied to clipboard
constructor
(
)
Functions
interpolate
Link copied to clipboard
open
override
fun
interpolate
(
parts
:
(
)
->
List
<
String
>
,
params
:
(
)
->
List
<
SqlFragment
>
)
:
Statement
invoke
Link copied to clipboard
open
operator
fun
invoke
(
string
:
String
)
:
Statement
wrap
Link copied to clipboard
abstract
fun
wrap
(
value
:
Boolean
?
)
:
SqlFragment
abstract
fun
wrap
(
value
:
Byte
?
)
:
SqlFragment
abstract
fun
wrap
(
value
:
Double
?
)
:
SqlFragment
abstract
fun
wrap
(
value
:
Float
?
)
:
SqlFragment
abstract
fun
wrap
(
value
:
Int
?
)
:
SqlFragment
abstract
fun
wrap
(
value
:
Long
?
)
:
SqlFragment
abstract
fun
wrap
(
value
:
Short
?
)
:
SqlFragment
abstract
fun
wrap
(
value
:
String
?
)
:
SqlFragment