PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | relations |
bool | restart_seqs |
DropBehavior | behavior |
Definition at line 3127 of file parsenodes.h.
DropBehavior TruncateStmt::behavior |
Definition at line 3132 of file parsenodes.h.
Referenced by ExecuteTruncate().
List* TruncateStmt::relations |
Definition at line 3130 of file parsenodes.h.
Referenced by ExecuteTruncate().
bool TruncateStmt::restart_seqs |
Definition at line 3131 of file parsenodes.h.
Referenced by ExecuteTruncate().
NodeTag TruncateStmt::type |
Definition at line 3129 of file parsenodes.h.