Uses of Class
com.nuodb.jdbc.SQLStateException
-
Packages that use SQLStateException Package Description com.nuodb.jdbc -
-
Uses of SQLStateException in com.nuodb.jdbc
Methods in com.nuodb.jdbc that return SQLStateException Modifier and Type Method Description static SQLStateExceptionSQLStateException. fromState(String state)getEnum() Get the SQLStateException enum corresponding to the fullstatic SQLStateExceptionSQLStateException. fromStateClass(String stateClass)getEnum() Get the SQLStateException enum corresponding to the two character string.static SQLStateExceptionSQLStateException. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLStateException[]SQLStateException. values()Returns an array containing the constants of this enum type, in the order they are declared.
-