public class PostgreSQLSavepoint implements Savepoint:
PostgreSQL savepoint.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | idid as Int: |
No summary. |
| public readonly property | namename as String: |
No summary. |
| public readonly property | savepointIdsavepointId as Int: |
Legacy alias kept for the PostgreSQL driver internals. |
| public readonly property | savepointNamesavepointName as String: |
Legacy alias kept for the PostgreSQL driver internals. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | PostgreSQLSavepoint | No summary. |
| public | PostgreSQLSavepointPostgreSQLSavepoint(name as String): |
No summary. |