Uses of Enum Class
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 class with the specified name.static SQLiteErrorCode[]SQLiteErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sqlite with parameters of type SQLiteErrorCode