PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TruncateStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listrelations
 
bool restart_seqs
 
DropBehavior behavior
 

Detailed Description

Definition at line 3433 of file parsenodes.h.

Field Documentation

◆ behavior

DropBehavior TruncateStmt::behavior

Definition at line 3438 of file parsenodes.h.

◆ relations

List* TruncateStmt::relations

Definition at line 3436 of file parsenodes.h.

◆ restart_seqs

bool TruncateStmt::restart_seqs

Definition at line 3437 of file parsenodes.h.

◆ type

NodeTag TruncateStmt::type

Definition at line 3435 of file parsenodes.h.


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