Package org.sqlite.javax
Class SQLiteConnectionPoolDataSource
java.lang.Object
org.sqlite.SQLiteDataSource
org.sqlite.javax.SQLiteConnectionPoolDataSource
- All Implemented Interfaces:
Wrapper,CommonDataSource,ConnectionPoolDataSource,DataSource
public class SQLiteConnectionPoolDataSource
extends SQLiteDataSource
implements ConnectionPoolDataSource
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Creates a data source based on the provided configuration. -
Method Summary
Methods inherited from class org.sqlite.SQLiteDataSource
getConfig, getConnection, getConnection, getDatabaseName, getLoginTimeout, getLogWriter, getParentLogger, getUrl, isWrapperFor, setBusyTimeout, setCacheSize, setCaseSensitiveLike, setConfig, setCountChanges, setDatabaseName, setDefaultCacheSize, setEncoding, setEnforceForeignKeys, setFullColumnNames, setFullSync, setGetGeneratedKeys, setIncrementalVacuum, setJournalMode, setJournalSizeLimit, setLegacyAlterTable, setLegacyFileFormat, setLoadExtension, setLockingMode, setLoginTimeout, setLogWriter, setMaxPageCount, setPageSize, setReadOnly, setReadUncommitted, setRecursiveTriggers, setReverseUnorderedSelects, setSharedCache, setSharedCacheConnection, setShortColumnNames, setSynchronous, setTempStore, setTempStoreDirectory, setTransactionMode, setUrl, setUserVersion, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder, getParentLoggerMethods inherited from interface javax.sql.ConnectionPoolDataSource
createPooledConnectionBuilder, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriterMethods inherited from interface javax.sql.DataSource
createConnectionBuilder
-
Constructor Details
-
SQLiteConnectionPoolDataSource
public SQLiteConnectionPoolDataSource()Default constructor. -
SQLiteConnectionPoolDataSource
Creates a data source based on the provided configuration.- Parameters:
config- The configuration for the data source.
-
-
Method Details
-
getPooledConnection
- Specified by:
getPooledConnectionin interfaceConnectionPoolDataSource- Throws:
SQLException- See Also:
-
getPooledConnection
- Specified by:
getPooledConnectionin interfaceConnectionPoolDataSource- Throws:
SQLException- See Also:
-