|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | relations |
| bool | restart_seqs |
| DropBehavior | behavior |
Definition at line 3345 of file parsenodes.h.
| DropBehavior TruncateStmt::behavior |
Definition at line 3350 of file parsenodes.h.
| List* TruncateStmt::relations |
Definition at line 3348 of file parsenodes.h.
| bool TruncateStmt::restart_seqs |
Definition at line 3349 of file parsenodes.h.
| NodeTag TruncateStmt::type |
Definition at line 3347 of file parsenodes.h.