ExposedSQLException
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.
Properties
Functions
Link copied to clipboard
fun <T> Iterable<T>.appendTo( builder: QueryBuilder, separator: CharSequence = ", ", prefix: CharSequence = "", postfix: CharSequence = "", transform: QueryBuilder.(T) -> Unit): QueryBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard