Qore MysqlSqlUtil Module Reference
1.4.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
]
▼
C
SqlUtil::AbstractConstraint
[external]
▼
C
SqlUtil::AbstractColumnSupportingConstraint
[external]
▼
C
SqlUtil::AbstractForeignConstraint
[external]
C
MysqlSqlUtil::MysqlForeignConstraint
MySQL-specific foreign constraint
▼
C
SqlUtil::AbstractUniqueConstraint
[external]
▼
C
SqlUtil::AbstractPrimaryKey
[external]
C
MysqlSqlUtil::MysqlPrimaryKey
MySQL-specific primary key constraint
▼
C
DataProvider::AbstractDataProviderType
[external]
▼
C
DataProvider::QoreDataType
[external]
▼
C
DataProvider::QoreNumberDataTypeBase
[external]
▼
C
SqlUtil::AbstractNumericDataType
[external]
C
MysqlSqlUtil::MysqlNumberDataType
Data type for PostgreSQL DECIMAL columns
▼
C
SqlUtil::AbstractDdlObject
[external]
▼
C
SqlUtil::AbstractColumn
[external]
▼
C
MysqlSqlUtil::MysqlColumn
MySQL-specific column
C
MysqlSqlUtil::MysqlNumericColumn
MySQL-specific numeric column
▼
C
SqlUtil::AbstractFunctionBase
[external]
▼
C
SqlUtil::AbstractFunction
[external]
C
MysqlSqlUtil::MysqlFunction
MySQL-specific function
▼
C
SqlUtil::AbstractTrigger
[external]
C
MysqlSqlUtil::MysqlTrigger
MySQL-specific trigger
▼
C
SqlUtil::AbstractHashContainer
[external]
▼
C
SqlUtil::Columns
[external]
C
SqlUtil::AbstractColumnSupportingConstraint
[external]
▼
C
SqlUtil::AbstractIndex
[external]
C
MysqlSqlUtil::MysqlIndex
MySQL-specific index
▼
C
SqlUtil::AbstractSequence
[external]
C
MysqlSqlUtil::MysqlSequence
Class for MySQL sequences based on a sequence table and autonomous transactions
▼
C
SqlUtil::AbstractSqlUtilBase
[external]
▼
C
SqlUtil::AbstractDatabase
[external]
C
MysqlSqlUtil::MysqlDatabase
MySQL-specific implementation of the AbstractDatabase interface
▼
C
SqlUtil::AbstractTable
[external]
C
MysqlSqlUtil::MysqlTable
MySQL-specific implementation of the AbstractTable interface
▼
C
SqlUtil::AbstractView
[external]
C
MysqlSqlUtil::MysqlView
MySQL view
C
MysqlSqlUtil::MysqlSavepointHelper
MySQL savepoint helper
▼
C
SqlUtil::NumericColumnInfo
[external]
C
MysqlSqlUtil::MysqlNumericColumn
MySQL-specific numeric column