Kiln
Toggle table of contents
1.0.0-alpha04
common
Target filter
common
Switch theme
Search in API
Skip to content
Kiln
runtime
/
io.github.sufarook.kiln.runtime
/
SqlArg
Sql
Arg
sealed
interface
SqlArg
A bound query argument, tagged with how it must be bound to the statement.
Inheritors
StringArg
LongArg
DoubleArg
BytesArg
Members
Types
Bytes
Arg
Link copied to clipboard
data
class
BytesArg
(
val
value
:
ByteArray
?
)
:
SqlArg
Double
Arg
Link copied to clipboard
data
class
DoubleArg
(
val
value
:
Double
?
)
:
SqlArg
Long
Arg
Link copied to clipboard
data
class
LongArg
(
val
value
:
Long
?
)
:
SqlArg
String
Arg
Link copied to clipboard
data
class
StringArg
(
val
value
:
String
?
)
:
SqlArg