Package | Description |
---|---|
org.sqlite |
Modifier and Type | Method and Description |
---|---|
SQLiteConfig.DateClass |
SQLiteConnectionConfig.getDateClass() |
static SQLiteConfig.DateClass |
SQLiteConfig.DateClass.getDateClass(String dateClass) |
static SQLiteConfig.DateClass |
SQLiteConfig.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLiteConnectionConfig.setDateClass(SQLiteConfig.DateClass dateClass) |
Constructor and Description |
---|
SQLiteConnectionConfig(SQLiteConfig.DateClass dateClass,
SQLiteConfig.DatePrecision datePrecision,
String dateStringFormat,
int transactionIsolation,
SQLiteConfig.TransactionMode transactionMode,
boolean autoCommit) |
Copyright © 2019. All rights reserved.