Package-level declarations
Types
Special implementation of ResultSet, used to hold the query results for Ktorm.
The entry class of Ktorm, represents a physical database, used to manage connections and transactions.
Thrown to indicate that a feature is not supported by the current dialect.
TransactionManager implementation based on JDBC.
TransactionManager implementation that delegates all transactions to the Spring framework.
Representation of a SQL dialect.
Representation of a transaction.
Enum class represents transaction isolation levels, wrapping the TRANSACTION_XXX
constants defined in the Connection interface.
Transaction manager abstraction used to manage database connections and transactions.
Functions
Auto detect a dialect implementation.
Set the arguments for this PreparedStatement.