kimmer-sql
0.2.7
kimmer-sql
/
org.babyfish.kimmer.sql.runtime
/
Dialect
Dialect
interface
Dialect
Content copied to clipboard
Functions
Properties
Inheritors
Functions
id
From
Sequence
Sql
Link copied to clipboard
abstract
fun
idFromSequenceSql
(
sequenceName
:
String
)
:
String
Content copied to clipboard
pagination
Link copied to clipboard
abstract
fun
pagination
(
ctx
:
PaginationContext
)
Content copied to clipboard
r2dbc
Parameter
Link copied to clipboard
abstract
fun
r2dbcParameter
(
position
:
Int
)
:
String
Content copied to clipboard
Properties
lastIdentitySql
Link copied to clipboard
abstract
val
lastIdentitySql
:
String
Content copied to clipboard
overrideIdentityIdSql
Link copied to clipboard
abstract
val
overrideIdentityIdSql
:
String
?
Content copied to clipboard
updateJoin
Link copied to clipboard
abstract
val
updateJoin
:
UpdateJoin
?
Content copied to clipboard
Inheritors
DefaultDialect
Link copied to clipboard