|
Ubiquity 2.5.2
php rapid development framework
|
Inheritance diagram for DatabaseMetadatas:Public Member Functions | |
| getTablesName () | |
| getPrimaryKeys ($tableName) | |
| getFieldsInfos ($tableName) | |
| getForeignKeys ($tableName, $pkName, $dbName=null) | |
| getRowNum (string $tableName, string $pkName, string $condition) | |
| getPHPType (string $dbType) | |
| migrateOperation (string $operation) | |
| Returns the SQL command for a migration operation. | |
Definition at line 18 of file DatabaseMetadatas.php.
| getFieldsInfos | ( | $tableName | ) |
Definition at line 28 of file DatabaseMetadatas.php.
| getForeignKeys | ( | $tableName, | |
| $pkName, | |||
$dbName = null |
|||
| ) |
Definition at line 32 of file DatabaseMetadatas.php.
| getPHPType | ( | string | $dbType | ) |
Definition at line 40 of file DatabaseMetadatas.php.
| getPrimaryKeys | ( | $tableName | ) |
Definition at line 24 of file DatabaseMetadatas.php.
| getRowNum | ( | string | $tableName, |
| string | $pkName, | ||
| string | $condition | ||
| ) |
Definition at line 36 of file DatabaseMetadatas.php.
| getTablesName | ( | ) |
Definition at line 20 of file DatabaseMetadatas.php.
| migrateOperation | ( | string | $operation | ) |
Returns the SQL command for a migration operation.
| string | $operation | The migration to opere |
Definition at line 49 of file DatabaseMetadatas.php.