Qore PgsqlSqlUtil Module Reference
1.7.1
Class Hierarchy
Go to the graphical class hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
4
5
6
]
▼
C
SqlUtil::AbstractConstraint
[external]
▼
C
SqlUtil::AbstractCheckConstraint
[external]
C
PgsqlSqlUtil::PgsqlCheckConstraint
PostgreSQL-specific check constraint
▼
C
SqlUtil::AbstractColumnConstraint
[external]
▼
C
SqlUtil::AbstractColumnSupportingConstraint
[external]
▼
C
SqlUtil::AbstractUniqueConstraint
[external]
C
PgsqlSqlUtil::PgsqlUniqueConstraint
Class modeling a unique constraint
▼
C
PgsqlSqlUtil::PgsqlUniqueConstraintCommon
Common base class for unique constraints
C
PgsqlSqlUtil::PgsqlPrimaryKey
PostgreSQL-specific primary key constraint
C
PgsqlSqlUtil::PgsqlUniqueConstraint
Class modeling a unique constraint
▼
C
SqlUtil::AbstractPrimaryKey
[external]
C
PgsqlSqlUtil::PgsqlPrimaryKey
PostgreSQL-specific primary key constraint
▼
C
SqlUtil::AbstractForeignConstraint
[external]
C
PgsqlSqlUtil::PgsqlForeignConstraint
PostgreSQL-specific foreign constraint
▼
C
DataProvider::AbstractDataProviderType
[external]
▼
C
DataProvider::QoreDataType
[external]
▼
C
DataProvider::QoreNumberDataTypeBase
[external]
▼
C
SqlUtil::AbstractNumericDataType
[external]
C
PgsqlSqlUtil::PgsqlNumberDataType
Data type for PostgreSQL NUMBER columns
▼
C
SqlUtil::AbstractDdlObject
[external]
▼
C
SqlUtil::AbstractColumn
[external]
▼
C
PgsqlSqlUtil::PgsqlColumn
PostgreSQL-specific column
C
PgsqlSqlUtil::PgsqlNumericColumn
PostgreSQL-specific numeric column
▼
C
SqlUtil::AbstractFunctionBase
[external]
▼
C
SqlUtil::AbstractFunction
[external]
▼
C
PgsqlSqlUtil::PgsqlFunction
PostgreSQL-specific function
C
PgsqlSqlUtil::PgsqlTriggerFunction
PostgreSQL-specific trigger function
▼
C
SqlUtil::AbstractTrigger
[external]
C
PgsqlSqlUtil::PgsqlTrigger
PostgreSQL-specific trigger
▼
C
SqlUtil::AbstractHashContainer
[external]
▼
C
SqlUtil::Columns
[external]
C
SqlUtil::AbstractColumnConstraint
[external]
▼
C
SqlUtil::AbstractIndex
[external]
C
PgsqlSqlUtil::PgsqlIndex
PostgreSQL-specific index
▼
C
SqlUtil::AbstractSequence
[external]
C
PgsqlSqlUtil::PgsqlSequence
Class for PostgreSQL sequences
▼
C
SqlUtil::AbstractSqlUtilBase
[external]
▼
C
SqlUtil::AbstractDatabase
[external]
C
PgsqlSqlUtil::PgsqlDatabase
PostgreSQL-specific implementation of the AbstractDatabase interface
▼
C
SqlUtil::AbstractTable
[external]
C
PgsqlSqlUtil::PgsqlTable
PostgreSQL-specific implementation of the
SqlUtil::AbstractTable
interface
▼
C
SqlUtil::AbstractView
[external]
C
PgsqlSqlUtil::PgsqlView
PostgreSQL view
C
PgsqlSqlUtil::PgsqlSavepointHelper
PostgreSQL savepoint helper
C
PgsqlSqlUtil::PgsqlType
PostgreSQL type