public class SQLiteConnectionPoolDataSource extends SQLiteDataSource implements ConnectionPoolDataSource
| Constructor and Description |
|---|
SQLiteConnectionPoolDataSource()
Default constructor.
|
SQLiteConnectionPoolDataSource(SQLiteConfig config)
Creates a data source based on the provided configuration.
|
| Modifier and Type | Method and Description |
|---|---|
PooledConnection |
getPooledConnection() |
PooledConnection |
getPooledConnection(String user,
String password) |
getConfig, getConnection, getConnection, getDatabaseName, getLoginTimeout, getLogWriter, getParentLogger, getUrl, isWrapperFor, setCacheSize, setCaseSensitiveLike, setConfig, setCouncChanges, setDatabaseName, setDefaultCacheSize, setEncoding, setEnforceForeinKeys, setFullColumnNames, setFullSync, setIncrementalVacuum, setJournalMode, setJournalSizeLimit, setLegacyFileFormat, setLoadExtension, setLockingMode, setLoginTimeout, setLogWriter, setMaxPageCount, setPageSize, setReadOnly, setReadUncommited, setRecursiveTriggers, setReverseUnorderedSelects, setSharedCache, setShortColumnNames, setSynchronous, setTempStore, setTempStoreDirectory, setTransactionMode, setUrl, setUserVersion, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLoginTimeout, getLogWriter, getParentLogger, setLoginTimeout, setLogWriterpublic SQLiteConnectionPoolDataSource()
public SQLiteConnectionPoolDataSource(SQLiteConfig config)
config - The configuration for the data source.public PooledConnection getPooledConnection() throws SQLException
getPooledConnection in interface ConnectionPoolDataSourceSQLExceptionConnectionPoolDataSource.getPooledConnection()public PooledConnection getPooledConnection(String user, String password) throws SQLException
getPooledConnection in interface ConnectionPoolDataSourceSQLExceptionConnectionPoolDataSource.getPooledConnection(java.lang.String, java.lang.String)Copyright © 2014. All rights reserved.