Package de.pisa.psa.rst.uti
Class OpenPostgresTransaction
java.lang.Object
de.pisa.psa.rst.uti.OpenPostgresTransaction
- All Implemented Interfaces:
AutoCloseable
A helper class that opens a transaction in the PostgreSQL database.
It is used to select records with a cursor. This is necessary for fetNxt.
It is used to select records with a cursor. This is necessary for fetNxt.
- Since:
- 15.08.2024
- Author:
- weiland
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenPostgresTransaction
Constructor- Parameters:
ssn
- session- Throws:
SQLException
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
- See Also:
-
toString
-