Class BaseTableOperations.FlowableConnection
java.lang.Object
org.infinispan.persistence.jdbc.common.sql.BaseTableOperations.FlowableConnection
- Enclosing class:
- BaseTableOperations<K,- V> 
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final booleanprotected final Connectionprotected final Consumer<Connection> protected final PreparedStatement
- 
Constructor SummaryConstructorsConstructorDescriptionFlowableConnection(Connection connection, Consumer<Connection> connectionCloser, String sql) 
- 
Method Summary
- 
Field Details- 
autoCommitprotected final boolean autoCommit
- 
connection
- 
connectionCloser
- 
statement
 
- 
- 
Constructor Details- 
FlowableConnectionpublic FlowableConnection(Connection connection, Consumer<Connection> connectionCloser, String sql) throws SQLException - Throws:
- SQLException
 
 
- 
- 
Method Details- 
isAutoCommitpublic boolean isAutoCommit()
- 
getConnection
- 
getConnectionCloser
- 
getStatement
- 
closepublic void close()
 
-