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 3545 of file parsenodes.h.
bool TransactionStmt::chain |
Definition at line 3552 of file parsenodes.h.
Referenced by standard_ProcessUtility().
char* TransactionStmt::gid |
Definition at line 3551 of file parsenodes.h.
Referenced by standard_ProcessUtility().
TransactionStmtKind TransactionStmt::kind |
Definition at line 3548 of file parsenodes.h.
Referenced by ClassifyUtilityCommandAsReadOnly(), CreateCommandTag(), IsTransactionExitStmt(), and standard_ProcessUtility().
List* TransactionStmt::options |
Definition at line 3549 of file parsenodes.h.
Referenced by standard_ProcessUtility().
char* TransactionStmt::savepoint_name |
Definition at line 3550 of file parsenodes.h.
Referenced by standard_ProcessUtility().
NodeTag TransactionStmt::type |
Definition at line 3547 of file parsenodes.h.