Uses of Class
org.sqlite.SQLiteConfigFactory
-
Packages that use SQLiteConfigFactory Package Description org.sqlite -
-
Uses of SQLiteConfigFactory in org.sqlite
Methods in org.sqlite that return SQLiteConfigFactory Modifier and Type Method Description static SQLiteConfigFactory
SQLiteConfigFactory. valueOf(String name)
Returns the enum constant of this type with the specified name.static SQLiteConfigFactory[]
SQLiteConfigFactory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-