Uses of Class
io.roastedroot.sqlite4j.SQLiteErrorCode
-
Packages that use SQLiteErrorCode Package Description io.roastedroot.sqlite4j -
-
Uses of SQLiteErrorCode in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteErrorCode Modifier and Type Method Description static SQLiteErrorCodeSQLiteErrorCode. getErrorCode(int errorCode)SQLiteErrorCodeSQLiteException. getResultCode()static SQLiteErrorCodeSQLiteErrorCode. valueOf(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 io.roastedroot.sqlite4j with parameters of type SQLiteErrorCode Constructor Description SQLiteException(String message, SQLiteErrorCode resultCode)
-