Reflector
interface Reflector
Reflection driver.
Methods
array
getTables()
Returns list of tables.
array
getColumns(string $table)
Returns metadata for all columns in a table.
array
getIndexes(string $table)
Returns metadata for all indexes in a table.
array
getForeignKeys(string $table)
Returns metadata for all foreign keys in a table.
Details
at line 165
array
getTables()
Returns list of tables.
at line 171
array
getColumns(string $table)
Returns metadata for all columns in a table.
at line 177
array
getIndexes(string $table)
Returns metadata for all indexes in a table.
at line 182
array
getForeignKeys(string $table)
Returns metadata for all foreign keys in a table.