Package-level declarations
Types
Link copied to clipboard
DuplicateColumnException is thrown :
Link copied to clipboard
class ExposedSQLException(cause: Throwable?, val contexts: List<StatementContext>, transaction: Transaction) : SQLException
An exception that provides information about a database access error, within the contexts of the executed statements that caused the exception.
Link copied to clipboard
LongQueryException is thrown:
Link copied to clipboard
class UnsupportedByDialectException(baseMessage: String, val dialect: DatabaseDialect) : UnsupportedOperationException
An exception that provides information about an operation that is not supported by the provided dialect.