toggle menu
SQLDelight
2.1.0-SNAPSHOT
jvm
switch theme
search in API
dialect
/
app.cash.sqldelight.dialect.api
/
RuntimeTypes
Runtime
Types
data
class
RuntimeTypes
(
val
cursorType
:
ClassName
,
val
preparedStatementType
:
ClassName
)
Types that can be specified by each dialect for different driver components
Members
Constructors
Runtime
Types
Link copied to clipboard
constructor
(
cursorType
:
ClassName
,
preparedStatementType
:
ClassName
)
Properties
cursor
Type
Link copied to clipboard
val
cursorType
:
ClassName
prepared
Statement
Type
Link copied to clipboard
val
preparedStatementType
:
ClassName