PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
TransactionStmtKind | kind |
List * | options |
char * | savepoint_name |
char * | gid |
bool | chain |
Definition at line 3498 of file parsenodes.h.
bool TransactionStmt::chain |
Definition at line 3505 of file parsenodes.h.
char* TransactionStmt::gid |
Definition at line 3504 of file parsenodes.h.
TransactionStmtKind TransactionStmt::kind |
Definition at line 3501 of file parsenodes.h.
List* TransactionStmt::options |
Definition at line 3502 of file parsenodes.h.
char* TransactionStmt::savepoint_name |
Definition at line 3503 of file parsenodes.h.
NodeTag TransactionStmt::type |
Definition at line 3500 of file parsenodes.h.