Qore MysqlSqlUtil Module Reference
1.0
Main Page
Related Pages
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Modules
Pages
Class Hierarchy
Go to the graphical class hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
4
]
▼
C
SqlUtil::AbstractColumn
[external]
▼
C
MysqlSqlUtil::MysqlColumn
MySQL-specific column
C
MysqlSqlUtil::MysqlNumericColumn
MySQL-specific numeric column
▼
C
SqlUtil::AbstractConstraint
[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
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::AbstractUniqueConstraint
[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
SqlUtil::NumericColumnInfo
[external]
C
MysqlSqlUtil::MysqlNumericColumn
MySQL-specific numeric column