パッケージ dev.jfr4jdbc
クラス JfrConnection42
- java.lang.Object
-
- dev.jfr4jdbc.JfrConnection42
-
- すべての実装されたインタフェース:
AutoCloseable,Connection,Wrapper
- 直系の既知のサブクラス:
JfrConnection
public abstract class JfrConnection42 extends Object implements Connection
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected Connectionconnection-
インタフェースから継承されたフィールド java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
-
-
コンストラクタの概要
コンストラクタ 修飾子 コンストラクタ 説明 protectedJfrConnection42(Connection con)protectedJfrConnection42(Connection con, EventFactory factory, ResourceMonitor connectionMonitor)protectedJfrConnection42(Connection con, ResourceMonitor connectionMonitor)protectedJfrConnection42(Connection con, String label)
-
メソッドの概要
-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド java.sql.Connection
beginRequest, endRequest, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValid
-
-
-
-
フィールドの詳細
-
connection
protected final Connection connection
-
-
コンストラクタの詳細
-
JfrConnection42
protected JfrConnection42(Connection con)
-
JfrConnection42
protected JfrConnection42(Connection con, String label)
-
JfrConnection42
protected JfrConnection42(Connection con, ResourceMonitor connectionMonitor)
-
JfrConnection42
protected JfrConnection42(Connection con, EventFactory factory, ResourceMonitor connectionMonitor)
-
-
メソッドの詳細
-
getConnectionId
public int getConnectionId()
-
commit
public void commit() throws SQLException- 定義:
commitインタフェース内Connection- 例外:
SQLException
-
rollback
public void rollback() throws SQLException- 定義:
rollbackインタフェース内Connection- 例外:
SQLException
-
close
public void close() throws SQLException- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内Connection- 例外:
SQLException
-
prepareStatement
public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- 定義:
prepareStatementインタフェース内Connection- 例外:
SQLException
-
prepareStatement
public PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
- 定義:
prepareStatementインタフェース内Connection- 例外:
SQLException
-
prepareStatement
public PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
- 定義:
prepareStatementインタフェース内Connection- 例外:
SQLException
-
prepareStatement
public PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
- 定義:
prepareStatementインタフェース内Connection- 例外:
SQLException
-
prepareStatement
public PreparedStatement prepareStatement(String sql) throws SQLException
- 定義:
prepareStatementインタフェース内Connection- 例外:
SQLException
-
prepareStatement
public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
- 定義:
prepareStatementインタフェース内Connection- 例外:
SQLException
-
createStatement
public Statement createStatement() throws SQLException
- 定義:
createStatementインタフェース内Connection- 例外:
SQLException
-
createStatement
public Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- 定義:
createStatementインタフェース内Connection- 例外:
SQLException
-
createStatement
public Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException
- 定義:
createStatementインタフェース内Connection- 例外:
SQLException
-
prepareCall
public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- 定義:
prepareCallインタフェース内Connection- 例外:
SQLException
-
prepareCall
public CallableStatement prepareCall(String sql) throws SQLException
- 定義:
prepareCallインタフェース内Connection- 例外:
SQLException
-
prepareCall
public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
- 定義:
prepareCallインタフェース内Connection- 例外:
SQLException
-
unwrap
public <T> T unwrap(Class<T> iface) throws SQLException
- 定義:
unwrapインタフェース内Wrapper- 例外:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface) throws SQLException
- 定義:
isWrapperForインタフェース内Wrapper- 例外:
SQLException
-
nativeSQL
public String nativeSQL(String sql) throws SQLException
- 定義:
nativeSQLインタフェース内Connection- 例外:
SQLException
-
setAutoCommit
public void setAutoCommit(boolean autoCommit) throws SQLException- 定義:
setAutoCommitインタフェース内Connection- 例外:
SQLException
-
getAutoCommit
public boolean getAutoCommit() throws SQLException- 定義:
getAutoCommitインタフェース内Connection- 例外:
SQLException
-
isClosed
public boolean isClosed() throws SQLException- 定義:
isClosedインタフェース内Connection- 例外:
SQLException
-
getMetaData
public DatabaseMetaData getMetaData() throws SQLException
- 定義:
getMetaDataインタフェース内Connection- 例外:
SQLException
-
setReadOnly
public void setReadOnly(boolean readOnly) throws SQLException- 定義:
setReadOnlyインタフェース内Connection- 例外:
SQLException
-
isReadOnly
public boolean isReadOnly() throws SQLException- 定義:
isReadOnlyインタフェース内Connection- 例外:
SQLException
-
setCatalog
public void setCatalog(String catalog) throws SQLException
- 定義:
setCatalogインタフェース内Connection- 例外:
SQLException
-
getCatalog
public String getCatalog() throws SQLException
- 定義:
getCatalogインタフェース内Connection- 例外:
SQLException
-
setTransactionIsolation
public void setTransactionIsolation(int level) throws SQLException- 定義:
setTransactionIsolationインタフェース内Connection- 例外:
SQLException
-
getTransactionIsolation
public int getTransactionIsolation() throws SQLException- 定義:
getTransactionIsolationインタフェース内Connection- 例外:
SQLException
-
getWarnings
public SQLWarning getWarnings() throws SQLException
- 定義:
getWarningsインタフェース内Connection- 例外:
SQLException
-
clearWarnings
public void clearWarnings() throws SQLException- 定義:
clearWarningsインタフェース内Connection- 例外:
SQLException
-
getTypeMap
public Map<String,Class<?>> getTypeMap() throws SQLException
- 定義:
getTypeMapインタフェース内Connection- 例外:
SQLException
-
setTypeMap
public void setTypeMap(Map<String,Class<?>> map) throws SQLException
- 定義:
setTypeMapインタフェース内Connection- 例外:
SQLException
-
setHoldability
public void setHoldability(int holdability) throws SQLException- 定義:
setHoldabilityインタフェース内Connection- 例外:
SQLException
-
getHoldability
public int getHoldability() throws SQLException- 定義:
getHoldabilityインタフェース内Connection- 例外:
SQLException
-
setSavepoint
public Savepoint setSavepoint() throws SQLException
- 定義:
setSavepointインタフェース内Connection- 例外:
SQLException
-
setSavepoint
public Savepoint setSavepoint(String name) throws SQLException
- 定義:
setSavepointインタフェース内Connection- 例外:
SQLException
-
rollback
public void rollback(Savepoint savepoint) throws SQLException
- 定義:
rollbackインタフェース内Connection- 例外:
SQLException
-
releaseSavepoint
public void releaseSavepoint(Savepoint savepoint) throws SQLException
- 定義:
releaseSavepointインタフェース内Connection- 例外:
SQLException
-
createClob
public Clob createClob() throws SQLException
- 定義:
createClobインタフェース内Connection- 例外:
SQLException
-
createBlob
public Blob createBlob() throws SQLException
- 定義:
createBlobインタフェース内Connection- 例外:
SQLException
-
createNClob
public NClob createNClob() throws SQLException
- 定義:
createNClobインタフェース内Connection- 例外:
SQLException
-
createSQLXML
public SQLXML createSQLXML() throws SQLException
- 定義:
createSQLXMLインタフェース内Connection- 例外:
SQLException
-
isValid
public boolean isValid(int timeout) throws SQLException- 定義:
isValidインタフェース内Connection- 例外:
SQLException
-
setClientInfo
public void setClientInfo(String name, String value) throws SQLClientInfoException
- 定義:
setClientInfoインタフェース内Connection- 例外:
SQLClientInfoException
-
setClientInfo
public void setClientInfo(Properties properties) throws SQLClientInfoException
- 定義:
setClientInfoインタフェース内Connection- 例外:
SQLClientInfoException
-
getClientInfo
public String getClientInfo(String name) throws SQLException
- 定義:
getClientInfoインタフェース内Connection- 例外:
SQLException
-
getClientInfo
public Properties getClientInfo() throws SQLException
- 定義:
getClientInfoインタフェース内Connection- 例外:
SQLException
-
createArrayOf
public Array createArrayOf(String typeName, Object[] elements) throws SQLException
- 定義:
createArrayOfインタフェース内Connection- 例外:
SQLException
-
createStruct
public Struct createStruct(String typeName, Object[] attributes) throws SQLException
- 定義:
createStructインタフェース内Connection- 例外:
SQLException
-
setSchema
public void setSchema(String schema) throws SQLException
- 定義:
setSchemaインタフェース内Connection- 例外:
SQLException
-
getSchema
public String getSchema() throws SQLException
- 定義:
getSchemaインタフェース内Connection- 例外:
SQLException
-
abort
public void abort(Executor executor) throws SQLException
- 定義:
abortインタフェース内Connection- 例外:
SQLException
-
setNetworkTimeout
public void setNetworkTimeout(Executor executor, int milliseconds) throws SQLException
- 定義:
setNetworkTimeoutインタフェース内Connection- 例外:
SQLException
-
getNetworkTimeout
public int getNetworkTimeout() throws SQLException- 定義:
getNetworkTimeoutインタフェース内Connection- 例外:
SQLException
-
-