Statement

interface Statement : Closeable

Provides Statement API Can execute statement

Functions

Link copied to clipboard
abstract fun close()

Closes current class

Link copied to clipboard
abstract fun execute(): ResultSet

Executes all type statements

Link copied to clipboard
abstract fun executeUpdate(): Int

Executes INSERT, UPDATE, DELETE statements