Uses of Class
org.soulwing.jdbc.SQLRuntimeException
-
Packages that use SQLRuntimeException Package Description org.soulwing.jdbc JDBC facade and supporting classesorg.soulwing.jdbc.source SQL source code input support -
-
Uses of SQLRuntimeException in org.soulwing.jdbc
Subclasses of SQLRuntimeException in org.soulwing.jdbc Modifier and Type Class Description class
SQLNonUniqueResultException
An exception thrown when a single-row query returns more than one row.class
SQLNoResultException
An exception thrown when a single-row query returns nothing at all.class
SQLNullStatementException
An exception thrown when anSQLSource
contains no statements. -
Uses of SQLRuntimeException in org.soulwing.jdbc.source
Subclasses of SQLRuntimeException in org.soulwing.jdbc.source Modifier and Type Class Description class
SQLInputException
class
SQLResourceNotFoundException
An exception thrown by anSQLSource
when the resource cannot be found.
-