postgresql
Toggle table of contents
2.2.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
postgresql
postgresql
/
app.cash.sqldelight.dialects.postgresql
/
PostgreSqlType
/
SMALL_INT
SMALL_
INT
SMALL_INT
Members
Properties
java
Type
Link copied to clipboard
open
override
val
javaType
:
TypeName
name
Link copied to clipboard
val
name
:
String
ordinal
Link copied to clipboard
val
ordinal
:
Int
Functions
cursor
Getter
Link copied to clipboard
open
override
fun
cursorGetter
(
columnIndex
:
Int
,
cursorName
:
String
)
:
CodeBlock
decode
Link copied to clipboard
open
fun
decode
(
value
:
CodeBlock
)
:
CodeBlock
encode
Link copied to clipboard
open
fun
encode
(
value
:
CodeBlock
)
:
CodeBlock
prepare
Statement
Binder
Link copied to clipboard
open
override
fun
prepareStatementBinder
(
columnIndex
:
CodeBlock
,
value
:
CodeBlock
)
:
CodeBlock