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 classSQLNonUniqueResultExceptionAn exception thrown when a single-row query returns more than one row.classSQLNoResultExceptionAn exception thrown when a single-row query returns nothing at all.classSQLNullStatementExceptionAn exception thrown when anSQLSourcecontains no statements. -
Uses of SQLRuntimeException in org.soulwing.jdbc.source
Subclasses of SQLRuntimeException in org.soulwing.jdbc.source Modifier and Type Class Description classSQLInputExceptionclassSQLResourceNotFoundExceptionAn exception thrown by anSQLSourcewhen the resource cannot be found.
-