public class FBConnection extends AbstractConnection
AbstractConnection.GeneratedKeysQueryactiveStatements, mc, txCoordinatorTPB_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, unwrappublic FBConnection(FBManagedConnection mc)
mc - managed connection.public java.sql.NClob createNClob()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.SQLXML createSQLXML()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.util.Properties getClientInfo()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getClientInfo(java.lang.String name)
throws java.sql.SQLException
java.sql.SQLExceptionprotected java.lang.String getClientInfo(java.sql.PreparedStatement stmt,
java.lang.String name)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClientInfo(java.util.Properties properties)
throws java.sql.SQLClientInfoException
java.sql.SQLClientInfoExceptionpublic void setClientInfo(java.lang.String name,
java.lang.String value)
throws java.sql.SQLClientInfoException
java.sql.SQLClientInfoExceptionprotected void setClientInfo(java.sql.PreparedStatement stmt,
java.lang.String name,
java.lang.String value)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void abort(java.util.concurrent.Executor executor)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNetworkTimeout(java.util.concurrent.Executor executor,
int milliseconds)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getNetworkTimeout()
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.