PostgreSQL Source Code  git master
printTableContent Struct Reference

#include <print.h>

Data Fields

const printTableOptopt
 
const char * title
 
int ncolumns
 
int nrows
 
const char ** headers
 
const char ** header
 
const char ** cells
 
const char ** cell
 
uint64 cellsadded
 
boolcellmustfree
 
printTableFooterfooters
 
printTableFooterfooter
 
char * aligns
 
char * align
 

Detailed Description

Definition at line 163 of file print.h.

Field Documentation

◆ align

char* printTableContent::align

Definition at line 180 of file print.h.

Referenced by printTableAddHeader(), printTableCleanup(), and printTableInit().

◆ aligns

◆ cell

const char** printTableContent::cell

Definition at line 173 of file print.h.

Referenced by printTableAddCell(), printTableCleanup(), and printTableInit().

◆ cellmustfree

bool* printTableContent::cellmustfree

Definition at line 175 of file print.h.

Referenced by printTableAddCell(), printTableCleanup(), and printTableInit().

◆ cells

◆ cellsadded

uint64 printTableContent::cellsadded

Definition at line 174 of file print.h.

Referenced by printCrosstab(), printTableAddCell(), and printTableInit().

◆ footer

printTableFooter* printTableContent::footer

◆ footers

◆ header

const char** printTableContent::header

Definition at line 170 of file print.h.

Referenced by printTableAddHeader(), printTableCleanup(), and printTableInit().

◆ headers

◆ ncolumns

◆ nrows

int printTableContent::nrows

◆ opt

◆ title


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