Uses of Class
org.sqlite.SQLiteConfig.DatePrecision
-
Packages that use SQLiteConfig.DatePrecision Package Description org.sqlite org.sqlite.core -
-
Uses of SQLiteConfig.DatePrecision in org.sqlite
Fields in org.sqlite declared as SQLiteConfig.DatePrecision Modifier and Type Field Description SQLiteConfig.DatePrecision
SQLiteConfig. datePrecision
Methods in org.sqlite that return SQLiteConfig.DatePrecision Modifier and Type Method Description static SQLiteConfig.DatePrecision
SQLiteConfig.DatePrecision. getPrecision(java.lang.String precision)
static SQLiteConfig.DatePrecision
SQLiteConfig.DatePrecision. valueOf(java.lang.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. -
Uses of SQLiteConfig.DatePrecision in org.sqlite.core
Fields in org.sqlite.core declared as SQLiteConfig.DatePrecision Modifier and Type Field Description SQLiteConfig.DatePrecision
CoreConnection. datePrecision
-