Uses of Enum Class
org.sqlite.SQLiteConfig.DatePrecision
Packages that use SQLiteConfig.DatePrecision
-
Uses of SQLiteConfig.DatePrecision in org.sqlite
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 class with the specified name.static SQLiteConfig.DatePrecision[]
SQLiteConfig.DatePrecision.values()
Returns an array containing the constants of this enum class, 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)