Connection

interface Connection : Closeable

Database connection interface. Can create statements and change settings of connection

Functions

Link copied to clipboard
abstract fun close()

Closes current class

Link copied to clipboard
abstract fun createStatement(sql: String): Statement

Creating statement by sql