Uses of Enum
org.sqlite.SQLiteErrorCode
Packages that use SQLiteErrorCode
-
Uses of SQLiteErrorCode in org.sqlite
Fields in org.sqlite declared as SQLiteErrorCodeMethods in org.sqlite that return SQLiteErrorCodeModifier and TypeMethodDescriptionstatic SQLiteErrorCode
SQLiteErrorCode.getErrorCode
(int errorCode) SQLiteException.getResultCode()
static SQLiteErrorCode
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