Uses of Class
org.sqlite.SQLiteErrorCode
-
Packages that use SQLiteErrorCode Package Description org.sqlite -
-
Uses of SQLiteErrorCode in org.sqlite
Methods in org.sqlite that return SQLiteErrorCode Modifier and Type Method Description static SQLiteErrorCodeSQLiteErrorCode. getErrorCode(int errorCode)SQLiteErrorCodeSQLiteException. getResultCode()static SQLiteErrorCodeSQLiteErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SQLiteErrorCode[]SQLiteErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sqlite with parameters of type SQLiteErrorCode Constructor Description SQLiteException(java.lang.String message, SQLiteErrorCode resultCode)
-