public class FBConnection extends AbstractConnection
AbstractConnection.GeneratedKeysQuery
activeStatements, mc, txCoordinator
TPB_CONCURRENCY, TPB_CONSISTENCY, TPB_NO_REC_VERSION, TPB_NOWAIT, TPB_READ, TPB_READ_COMMITTED, TPB_REC_VERSION, TPB_WAIT, TPB_WRITE
Constructor and Description |
---|
FBConnection(FBManagedConnection mc)
Create instance of this class for the specified managed connection.
|
Modifier and Type | Method and Description |
---|---|
void |
abort(java.util.concurrent.Executor executor) |
java.sql.NClob |
createNClob() |
java.sql.SQLXML |
createSQLXML() |
java.util.Properties |
getClientInfo() |
protected java.lang.String |
getClientInfo(java.sql.PreparedStatement stmt,
java.lang.String name) |
java.lang.String |
getClientInfo(java.lang.String name) |
int |
getNetworkTimeout() |
protected void |
setClientInfo(java.sql.PreparedStatement stmt,
java.lang.String name,
java.lang.String value) |
void |
setClientInfo(java.util.Properties properties) |
void |
setClientInfo(java.lang.String name,
java.lang.String value) |
void |
setNetworkTimeout(java.util.concurrent.Executor executor,
int milliseconds) |
addWarning, checkAutoGeneratedKeysSupport, checkValidity, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createStatement, createStatement, createStatement, createStruct, createTransactionParameterBuffer, finalize, getAutoCommit, getCatalog, getDatabaseParameterBuffer, getGDSHelper, getHoldability, getInternalAPIHandler, getIscDBHandle, getIscEncoding, getLocalTransaction, getManagedConnection, getMetaData, getSchema, getStatementListener, getSynchronizationObject, getTransactionIsolation, getTransactionParameters, getTypeMap, getWarnings, inTransaction, invalidateSavepoints, invalidateTransactionLifetimeObjects, isClosed, isReadOnly, isUseFirebirdAutoCommit, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareMetaDataStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, releaseSavepoint, rollback, rollback, rollback, setAutoCommit, setCatalog, setFirebirdSavepoint, setFirebirdSavepoint, setHoldability, setManagedConnection, setManagedEnvironment, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTransactionParameters, setTransactionParameters, setTransactionParameters, setTypeMap, unwrap
public FBConnection(FBManagedConnection mc)
mc
- managed connection.public java.sql.NClob createNClob() throws java.sql.SQLException
java.sql.SQLException
public java.sql.SQLXML createSQLXML() throws java.sql.SQLException
java.sql.SQLException
public java.util.Properties getClientInfo() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getClientInfo(java.lang.String name) throws java.sql.SQLException
java.sql.SQLException
protected java.lang.String getClientInfo(java.sql.PreparedStatement stmt, java.lang.String name) throws java.sql.SQLException
java.sql.SQLException
public void setClientInfo(java.util.Properties properties) throws java.sql.SQLClientInfoException
java.sql.SQLClientInfoException
public void setClientInfo(java.lang.String name, java.lang.String value) throws java.sql.SQLClientInfoException
java.sql.SQLClientInfoException
protected void setClientInfo(java.sql.PreparedStatement stmt, java.lang.String name, java.lang.String value) throws java.sql.SQLException
java.sql.SQLException
public void abort(java.util.concurrent.Executor executor) throws java.sql.SQLException
java.sql.SQLException
public void setNetworkTimeout(java.util.concurrent.Executor executor, int milliseconds) throws java.sql.SQLException
java.sql.SQLException
public int getNetworkTimeout() throws java.sql.SQLException
java.sql.SQLException
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.