Uses of Enum
org.sqlite.SQLiteConfig.DatePrecision
Packages that use SQLiteConfig.DatePrecision
-
Uses of SQLiteConfig.DatePrecision in org.sqlite
Fields in org.sqlite declared as SQLiteConfig.DatePrecisionModifier and TypeFieldDescriptionprivate SQLiteConfig.DatePrecision
SQLiteConnectionConfig.datePrecision
Methods in org.sqlite that return SQLiteConfig.DatePrecisionModifier and TypeMethodDescriptionSQLiteConnectionConfig.getDatePrecision()
static SQLiteConfig.DatePrecision
SQLiteConfig.DatePrecision.getPrecision
(String precision) static SQLiteConfig.DatePrecision
Returns the enum constant of this type with the specified name.static SQLiteConfig.DatePrecision[]
SQLiteConfig.DatePrecision.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sqlite with parameters of type SQLiteConfig.DatePrecisionModifier and TypeMethodDescriptionvoid
SQLiteConnectionConfig.setDatePrecision
(SQLiteConfig.DatePrecision datePrecision) Constructors in org.sqlite with parameters of type SQLiteConfig.DatePrecisionModifierConstructorDescriptionSQLiteConnectionConfig
(SQLiteConfig.DateClass dateClass, SQLiteConfig.DatePrecision datePrecision, String dateStringFormat, int transactionIsolation, SQLiteConfig.TransactionMode transactionMode, boolean autoCommit, boolean getGeneratedKeys)