Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Driver : Driver
Link copied to clipboard
class JdbcSession : PartialsSession
Link copied to clipboard
class MaxSizeArray<T>(maxSize: Int)
Link copied to clipboard
data class Parameter(val index: Int, val type: String, var value: Any? = null)
Link copied to clipboard
class StatementData(sql: String = "")
Link copied to clipboard
class StatementProxy(instance: Statement, currentStatementData: StatementData) : InvocationHandler
Link copied to clipboard
object Statistics
Link copied to clipboard
data class Stats(val min: Long, val max: Long, val avg: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val log: DefaultPartialsLogger
Link copied to clipboard
const val NUMBER_OF_QUERIES: Int = 2500
Link copied to clipboard
const val NUMBER_OF_TRANSACTIONS: Int = 100

Functions

Link copied to clipboard
fun startWebServer(): Undertow