PostgreSQLSavepoint
classin packageklyn.databases.sql.postgresql
public class PostgreSQLSavepoint implements Savepoint:
PostgreSQLSavepoint
All Implemented Interfaces: Savepoint

PostgreSQL savepoint.

Properties
Modifier and Type Member Description
public readonly property id
id as Int:
No summary.
public readonly property name
name as String:
No summary.
public readonly property savepointId
savepointId as Int:
Legacy alias kept for the PostgreSQL driver internals.
public readonly property savepointName
savepointName as String:
Legacy alias kept for the PostgreSQL driver internals.
Properties inherited from Savepoint: id, name
Constructors
Modifier and Type Member Description
public PostgreSQLSavepoint No summary.
public PostgreSQLSavepoint No summary.