Package de.dfki.sds.aticsqlite
Class TransactionalResultSet
java.lang.Object
de.dfki.sds.aticsqlite.TransactionalResultSet
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionalResultSet(ResultSet resultSet, long transactionId, PooledPreparedStatement pps, Database owner) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(AutoCloseable autoCloseable) voidclose()long
-
Constructor Details
-
TransactionalResultSet
public TransactionalResultSet(ResultSet resultSet, long transactionId, PooledPreparedStatement pps, Database owner)
-
-
Method Details
-
addListener
-
getResultSet
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
SQLException
-
getTransactionId
public long getTransactionId()
-