public class TieLibraryConnection extends LibraryConnection
LibraryConnection
LibraryConnection.TransactionStateListener
m_Connection, m_ConnectionPoolName, m_Id, m_LibraryQueryStatementCount, m_LibraryQueryStatements, m_PreparedStatements, m_Service, m_SessionLanguage, m_StatementAccessSequence, m_StatementAccessSequenceAtPreviousPurge, m_StatementCacheSizeTrigger, m_StatementCacheTarget, m_StatementResetLimit, m_StatementResetRequested, m_StatementValidityRsn, m_TransactionStateManager
Modifier | Constructor and Description |
---|---|
protected |
TieLibraryConnection(long id,
S_LibraryService service,
String connectionPoolName,
DataSource dataSource,
PrintStream jdbcLogStream,
int defaultRowPrefetch,
int statementResetLimit,
int stmtCacheTarget,
int stmtCacheTrigger)
Constructs a TieLibraryConnection.
|
acquireLibraryQueryStatement, addPreparedStatement, addTransactionStateListener, alterSessionLanguage, alterSessionSqlTrace, closeLibraryQueryStatements, closePreparedStatements, commit, dispose, disposeCachedStatements, fetchSessionLanguage, finalize, findPreparedStatement, getConnection, getConnectionPoolName, getId, getService, getSessionLanguage, getStatementValidityRsn, handleResetOfCachedStatements, isDisposed, isValid, purge, releaseLibraryQueryStatement, resetCachedStatements, rollback, rollback, rollbackOrDispose, rollbackOrDispose, setSavepoint, setSessionLanguage, verifyConnectionValidity, verifyNotDisposed
protected TieLibraryConnection(long id, S_LibraryService service, String connectionPoolName, DataSource dataSource, PrintStream jdbcLogStream, int defaultRowPrefetch, int statementResetLimit, int stmtCacheTarget, int stmtCacheTrigger) throws IfsException
id
- an identifierservice
- the S_LibraryService creating the
LibraryConnectionconnectionPoolName
- the name of the ConnectionPool to which
this LibraryConnection belongsdataSource
- data source for database connectionsjdbcLogStream
- a PrintStream to which the JDBC log will be
sent, or null to disable loggingdefaultRowPrefetch
- the default number of prefetched rows;
ignored if 0 or if driverName
does not create an OracleConnectionstmtCacheTarget
- the desired number of cached statementsstmtCacheTrigger
- the number of caches statements before
triggering a purgeIfsException
- (IFS-10600) if the operation failsCopyright © 2023. All rights reserved.