Reflector
interface Reflector
Reflection driver.
Methods
array
getTables()
Returns list of tables.
array
getColumns($table)
Returns metadata for all columns in a table.
array
getIndexes($table)
Returns metadata for all indexes in a table.
array
getForeignKeys($table)
Returns metadata for all foreign keys in a table.
Details
at line 217
array
getTables()
Returns list of tables.
at line 224
array
getColumns($table)
Returns metadata for all columns in a table.
at line 231
array
getIndexes($table)
Returns metadata for all indexes in a table.
at line 238
array
getForeignKeys($table)
Returns metadata for all foreign keys in a table.