PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TruncateStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listrelations
 
bool restart_seqs
 
DropBehavior behavior
 

Detailed Description

Definition at line 3313 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior TruncateStmt::behavior

Definition at line 3318 of file parsenodes.h.

◆ relations

List* TruncateStmt::relations

Definition at line 3316 of file parsenodes.h.

◆ restart_seqs

bool TruncateStmt::restart_seqs

Definition at line 3317 of file parsenodes.h.

◆ type

NodeTag TruncateStmt::type

Definition at line 3315 of file parsenodes.h.


The documentation for this struct was generated from the following file: