PostgreSQL Source Code  git master
TruncateStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listrelations
 
bool restart_seqs
 
DropBehavior behavior
 

Detailed Description

Definition at line 3255 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior TruncateStmt::behavior

Definition at line 3260 of file parsenodes.h.

◆ relations

List* TruncateStmt::relations

Definition at line 3258 of file parsenodes.h.

◆ restart_seqs

bool TruncateStmt::restart_seqs

Definition at line 3259 of file parsenodes.h.

◆ type

NodeTag TruncateStmt::type

Definition at line 3257 of file parsenodes.h.


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