Element index for package System.Data.Commom.Sqlite
[ c ]
[ f ]
[ g ]
[ i ]
[ p ]
[ t ]
top
top
g
- getConstraintKeys
- in file TMysqlMetaData.php, method TMysqlMetaData::getConstraintKeys()
Gets the primary and foreign key column details for the given table.
- getForeignConstraints
- in file TMysqlMetaData.php, method TMysqlMetaData::getForeignConstraints()
Gets foreign relationship constraint keys and table name
- getForeignKeys
- in file TSqliteMetaData.php, method TSqliteMetaData::getForeignKeys()
- getIsView
- in file TSqliteMetaData.php, method TSqliteMetaData::getIsView()
- getIsView
- in file TMysqlMetaData.php, method TMysqlMetaData::getIsView()
For MySQL version 5.0.1 or later we can use SHOW FULL TABLES http://dev.mysql.com/doc/refman/5.0/en/show-tables.html
- getSchemaTableName
- in file TMysqlMetaData.php, method TMysqlMetaData::getSchemaTableName()
- getServerVersion
- in file TMysqlMetaData.php, method TMysqlMetaData::getServerVersion()
- getShowCreateTable
- in file TMysqlMetaData.php, method TMysqlMetaData::getShowCreateTable()
- getTableInfoClass
- in file TSqliteMetaData.php, method TSqliteMetaData::getTableInfoClass()
- getTableInfoClass
- in file TMysqlMetaData.php, method TMysqlMetaData::getTableInfoClass()
top
top
top
t
- TMysqlMetaData
- in file TMysqlMetaData.php, class TMysqlMetaData
TMysqlMetaData loads Mysql version 4.1.x and 5.x database table and column information.
- TSqliteMetaData
- in file TSqliteMetaData.php, class TSqliteMetaData
TSqliteMetaData loads SQLite database table and column information.
top
|