Uses of Class
io.roastedroot.sqlite4j.SQLiteConfig.DatePrecision
-
Packages that use SQLiteConfig.DatePrecision Package Description io.roastedroot.sqlite4j -
-
Uses of SQLiteConfig.DatePrecision in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteConfig.DatePrecision Modifier and Type Method Description SQLiteConfig.DatePrecisionSQLiteConnectionConfig. getDatePrecision()static SQLiteConfig.DatePrecisionSQLiteConfig.DatePrecision. getPrecision(String precision)static SQLiteConfig.DatePrecisionSQLiteConfig.DatePrecision. valueOf(String name)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 io.roastedroot.sqlite4j with parameters of type SQLiteConfig.DatePrecision Modifier and Type Method Description voidSQLiteConnectionConfig. setDatePrecision(SQLiteConfig.DatePrecision datePrecision)Constructors in io.roastedroot.sqlite4j with parameters of type SQLiteConfig.DatePrecision Constructor Description SQLiteConnectionConfig(SQLiteConfig.DateClass dateClass, SQLiteConfig.DatePrecision datePrecision, String dateStringFormat, int transactionIsolation, SQLiteConfig.TransactionMode transactionMode, boolean autoCommit, boolean getGeneratedKeys)
-