RuntimeTypes

data class RuntimeTypes(val cursorType: ClassName, val preparedStatementType: ClassName)

Types that can be specified by each dialect for different driver components

Constructors

Link copied to clipboard
constructor(cursorType: ClassName, preparedStatementType: ClassName)

Properties

Link copied to clipboard
val cursorType: ClassName
Link copied to clipboard
val preparedStatementType: ClassName