postgres-native-sqldelight
common
postgres-native-sqldelight-driver
/
app.softwork.sqldelight.postgresdriver
/
PostgresPreparedStatement
Postgres
Prepared
Statement
class
PostgresPreparedStatement
:
SqlPreparedStatement
Members
Functions
bind
Boolean
Link copied to clipboard
open
override
fun
bindBoolean
(
index
:
Int
,
boolean
:
Boolean
?
)
bind
Bytes
Link copied to clipboard
open
override
fun
bindBytes
(
index
:
Int
,
bytes
:
ByteArray
?
)
bind
Date
Link copied to clipboard
fun
bindDate
(
index
:
Int
,
value
:
LocalDate
?
)
bind
Double
Link copied to clipboard
open
override
fun
bindDouble
(
index
:
Int
,
double
:
Double
?
)
bind
Interval
Link copied to clipboard
fun
bindInterval
(
index
:
Int
,
value
:
DateTimePeriod
?
)
bind
Local
Timestamp
Link copied to clipboard
fun
bindLocalTimestamp
(
index
:
Int
,
value
:
LocalDateTime
?
)
bind
Long
Link copied to clipboard
open
override
fun
bindLong
(
index
:
Int
,
long
:
Long
?
)
bind
String
Link copied to clipboard
open
override
fun
bindString
(
index
:
Int
,
string
:
String
?
)
bind
Time
Link copied to clipboard
fun
bindTime
(
index
:
Int
,
value
:
LocalTime
?
)
bind
Timestamp
Link copied to clipboard
fun
bindTimestamp
(
index
:
Int
,
value
:
Instant
?
)
bind
UUID
Link copied to clipboard
fun
bindUUID
(
index
:
Int
,
value
:
UUID
?
)