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 3382 of file parsenodes.h.
bool TransactionStmt::chain |
Definition at line 3389 of file parsenodes.h.
Referenced by standard_ProcessUtility().
char* TransactionStmt::gid |
Definition at line 3388 of file parsenodes.h.
Referenced by standard_ProcessUtility().
TransactionStmtKind TransactionStmt::kind |
Definition at line 3385 of file parsenodes.h.
Referenced by ClassifyUtilityCommandAsReadOnly(), CreateCommandTag(), IsTransactionExitStmt(), and standard_ProcessUtility().
List* TransactionStmt::options |
Definition at line 3386 of file parsenodes.h.
Referenced by standard_ProcessUtility().
char* TransactionStmt::savepoint_name |
Definition at line 3387 of file parsenodes.h.
Referenced by standard_ProcessUtility().
NodeTag TransactionStmt::type |
Definition at line 3384 of file parsenodes.h.