All Classes and Interfaces

Class
Description
Allows getting information about bloat in database.
A representation of column in database table.
Allows getting column name.
A representation of column with serial type in database table.
A representation of constraint in a database.
A mapping to PostgreSQL constraint types.
A generalized representation of a database object.
A representation of duplicated foreign keys in a database.
A representation of duplicated indexes in a database.
 
A representation of foreign key in a database.
 
A base representation of database index.
Allows getting information about index bloat.
Allows getting index name.
Allows getting index size in bytes.
Represents database index with information about bloat.
Represents database index with information about size and columns.
Represents database index with information about size and nullable columns.
Represents database index with information about size.
Units of information.
 
 
Represents a context for running maintenance queries.
 
 
A representation of a sequence's state in a database.
A mapping to PostgreSQL serial types.
 
 
A representation of any stored procedure/function.
A base representation of database table.
Allows getting information about table bloat.
Allows getting table name.
Allows getting table size in bytes.
Represents database table with information about bloat.
Representation of a table in a database with additional information on reads amount via index or sequential scans.
 
Utility class providing various validation methods.