TTable

Top  Previous  Next

A TTable object stores details of an individual table in the database.

 

Hierarchy:

 

TDBObject > TTable

 

Methods:

 

CheckConstraint

CheckConstraintCount

Column

ColumnCount

EstimatedRows

ForeignKey

ForeignKeyCount

Index

IndexCount

IndexesSize

PrimaryKeys

StatSeq_Scan

StatSeq_Tup_Read

StatIdx_Scan

StatIdx_Tup_Fetch

StatN_Tup_Ins

StatN_Tup_Upd

StatN_Tup_Del

StatN_Tup_Hot_Upd

StatN_Live_Tup

StatN_Dead_Tup

StatLast_Vacuum

StatLast_Autovacuum

StatLast_Analyze

StatLast_Autoanalyze

StatVacuum_Count

StatAutovacuum_Count

StatAnalyze_Count

StatAutoanalyze_Count

Trigger

TriggerCount

Tablespace

TableSize

ToastSize

TotalSize

UniqueConstraint

UniqueConstraintCount

 

Inherited from TDBObject:

 

Comment

Name

OID

Owner

Schema

 

 

For details on the statistics methods (those with the Stat prefix), please refer to the official PostgreSQL documentation on the columns in the pg_stat_all_tables view.