PostgreSQL Source Code  git master
deparse_context Struct Reference

Data Fields

StringInfo buf
 
Listnamespaces
 
ListwindowClause
 
ListwindowTList
 
int prettyFlags
 
int wrapColumn
 
int indentLevel
 
bool varprefix
 
ParseExprKind special_exprkind
 
Bitmapsetappendparents
 

Detailed Description

Definition at line 113 of file ruleutils.c.

Field Documentation

◆ appendparents

Bitmapset* deparse_context::appendparents

Definition at line 125 of file ruleutils.c.

◆ buf

StringInfo deparse_context::buf

Definition at line 115 of file ruleutils.c.

◆ indentLevel

int deparse_context::indentLevel

Definition at line 121 of file ruleutils.c.

◆ namespaces

List* deparse_context::namespaces

Definition at line 116 of file ruleutils.c.

◆ prettyFlags

int deparse_context::prettyFlags

Definition at line 119 of file ruleutils.c.

◆ special_exprkind

ParseExprKind deparse_context::special_exprkind

Definition at line 123 of file ruleutils.c.

◆ varprefix

bool deparse_context::varprefix

Definition at line 122 of file ruleutils.c.

◆ windowClause

List* deparse_context::windowClause

Definition at line 117 of file ruleutils.c.

◆ windowTList

List* deparse_context::windowTList

Definition at line 118 of file ruleutils.c.

◆ wrapColumn

int deparse_context::wrapColumn

Definition at line 120 of file ruleutils.c.


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