terpal-sql-core
1.9.20-0.3.0
jvm
terpal-sql-core
/
io.exoquery.sql
/
Statement
Statement
data
class
Statement
(
val
ir
:
IR.Splice
)
:
SqlFragment
Members
Constructors
Statement
Link copied to clipboard
constructor
(
ir
:
IR.Splice
)
Types
Companion
Link copied to clipboard
object
Companion
Query
Data
Link copied to clipboard
data
class
QueryData
(
val
sql
:
String
,
val
params
:
List
<
Param
<
*
>
>
)
Properties
ir
Link copied to clipboard
val
ir
:
IR.Splice
Functions
action
Link copied to clipboard
fun
action
(
)
:
Action
action
Returning
Link copied to clipboard
inline
fun
<
T
>
actionReturning
(
vararg
returningColumns
:
String
)
:
ActionReturning
<
T
>
plus
Link copied to clipboard
operator
fun
plus
(
other
:
Statement
)
:
Statement
query
Of
Link copied to clipboard
inline
fun
<
T
>
queryOf
(
)
:
Query
<
T
>
fun
<
T
>
queryOf
(
serializer
:
KSerializer
<
T
>
)
:
Query
<
T
>