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
/
SqlValueFactory
Sql
Value
Factory
interface
SqlValueFactory
(
source
)
Inheritors
PredicateBuilder
Members
Functions
col
Link copied to clipboard
open
fun
col
(
name
:
String
)
:
DbIdentifier
column
Link copied to clipboard
open
fun
String
.
column
(
)
:
DbIdentifier
expression
Link copied to clipboard
open
fun
String
.
expression
(
)
:
ColumnValue
literal
Link copied to clipboard
open
fun
LocalDate
.
literal
(
)
:
ColumnValue
open
fun
LocalDateTime
.
literal
(
)
:
ColumnValue
open
fun
Boolean
.
literal
(
)
:
ColumnValue
open
fun
Number
.
literal
(
)
:
ColumnValue
open
fun
String
.
literal
(
)
:
ColumnValue