Uses of Class
io.roastedroot.sqlite4j.SQLiteConfig.Pragma
-
Packages that use SQLiteConfig.Pragma Package Description io.roastedroot.sqlite4j -
-
Uses of SQLiteConfig.Pragma in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteConfig.Pragma Modifier and Type Method Description static SQLiteConfig.PragmaSQLiteConfig.Pragma. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLiteConfig.Pragma[]SQLiteConfig.Pragma. 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.Pragma Modifier and Type Method Description voidSQLiteConfig. setPragma(SQLiteConfig.Pragma pragma, String value)Sets a pragma's value.
-