Uses of Class
com.nuodb.jdbc.SQLState
-
Packages that use SQLState Package Description com.nuodb.jdbc -
-
Uses of SQLState in com.nuodb.jdbc
Methods in com.nuodb.jdbc that return SQLState Modifier and Type Method Description static SQLStateSQLState. getSQLState(int code)static SQLStateSQLState. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLState[]SQLState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.nuodb.jdbc with parameters of type SQLState Modifier and Type Method Description static intSQLState. getCode(SQLState sqlState)static StringSQLState. getState(SQLState sqlState)Constructors in com.nuodb.jdbc with parameters of type SQLState Constructor Description SQLException(String message, SQLState sqlState)SQLException(String message, SQLState sqlState, Throwable cause)SQLFeatureNotSupportedException(String message, SQLState sqlState)SQLFeatureNotSupportedException(String message, SQLState sqlState, Throwable cause)
-