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