PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | relations |
bool | restart_seqs |
DropBehavior | behavior |
Definition at line 2960 of file parsenodes.h.
DropBehavior TruncateStmt::behavior |
Definition at line 2965 of file parsenodes.h.
Referenced by ExecuteTruncate().
List* TruncateStmt::relations |
Definition at line 2963 of file parsenodes.h.
Referenced by ExecuteTruncate().
bool TruncateStmt::restart_seqs |
Definition at line 2964 of file parsenodes.h.
Referenced by ExecuteTruncate().
NodeTag TruncateStmt::type |
Definition at line 2962 of file parsenodes.h.