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 3249 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior TruncateStmt::behavior

Definition at line 3254 of file parsenodes.h.

◆ relations

List* TruncateStmt::relations

Definition at line 3252 of file parsenodes.h.

◆ restart_seqs

bool TruncateStmt::restart_seqs

Definition at line 3253 of file parsenodes.h.

◆ type

NodeTag TruncateStmt::type

Definition at line 3251 of file parsenodes.h.


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