Uses of Class
io.roastedroot.sqlite4j.SQLiteConfig.DateClass
-
Packages that use SQLiteConfig.DateClass Package Description io.roastedroot.sqlite4j -
-
Uses of SQLiteConfig.DateClass in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteConfig.DateClass Modifier and Type Method Description static SQLiteConfig.DateClassSQLiteConfig.DateClass. getDateClass(String dateClass)SQLiteConfig.DateClassSQLiteConnectionConfig. getDateClass()static SQLiteConfig.DateClassSQLiteConfig.DateClass. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLiteConfig.DateClass[]SQLiteConfig.DateClass. 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.DateClass Modifier and Type Method Description voidSQLiteConnectionConfig. setDateClass(SQLiteConfig.DateClass dateClass)Constructors in io.roastedroot.sqlite4j with parameters of type SQLiteConfig.DateClass Constructor Description SQLiteConnectionConfig(SQLiteConfig.DateClass dateClass, SQLiteConfig.DatePrecision datePrecision, String dateStringFormat, int transactionIsolation, SQLiteConfig.TransactionMode transactionMode, boolean autoCommit, boolean getGeneratedKeys)
-