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

#include <print.h>

Data Fields

const printTableOptopt
 
const chartitle
 
int ncolumns
 
int nrows
 
const char ** headers
 
const char ** header
 
const char ** cells
 
const char ** cell
 
uint64 cellsadded
 
boolcellmustfree
 
printTableFooterfooters
 
printTableFooterfooter
 
charaligns
 
charalign
 

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

char* printTableContent::aligns

Definition at line 178 of file print.h.

Referenced by printTableCleanup(), and printTableInit().

◆ 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

const char** printTableContent::cells

Definition at line 171 of file print.h.

Referenced by printTableCleanup(), and printTableInit().

◆ cellsadded

uint64 printTableContent::cellsadded

Definition at line 174 of file print.h.

Referenced by printTableAddCell(), and printTableInit().

◆ footer

printTableFooter* printTableContent::footer

◆ footers

printTableFooter* printTableContent::footers

◆ header

const char** printTableContent::header

Definition at line 170 of file print.h.

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

◆ headers

◆ ncolumns

int printTableContent::ncolumns

Definition at line 167 of file print.h.

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

◆ nrows

int printTableContent::nrows

Definition at line 168 of file print.h.

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

◆ opt

const printTableOpt* printTableContent::opt

Definition at line 165 of file print.h.

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

◆ title

const char* printTableContent::title

Definition at line 166 of file print.h.

Referenced by printTableCleanup(), and printTableInit().


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