Uses of Class
org.sqlite.SQLiteConfig
-
Packages that use SQLiteConfig Package Description org.sqlite org.sqlite.javax -
-
Uses of SQLiteConfig in org.sqlite
Fields in org.sqlite declared as SQLiteConfig Modifier and Type Field Description private SQLiteConfig
SQLiteDataSource. config
Methods in org.sqlite that return SQLiteConfig Modifier and Type Method Description SQLiteConfig
SQLiteDataSource. getConfig()
Methods in org.sqlite with parameters of type SQLiteConfig Modifier and Type Method Description void
SQLiteDataSource. setConfig(SQLiteConfig config)
Sets a data source's configuration.Constructors in org.sqlite with parameters of type SQLiteConfig Constructor Description SQLiteDataSource(SQLiteConfig config)
Creates a data source based on the provided configuration. -
Uses of SQLiteConfig in org.sqlite.javax
Constructors in org.sqlite.javax with parameters of type SQLiteConfig Constructor Description SQLiteConnectionPoolDataSource(SQLiteConfig config)
Creates a data source based on the provided configuration.
-