SqliteReflector
class SqliteReflector implements Reflector
internal |
The reflector for SQLite database.
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 25
__construct(Driver $driver)
No description
at line 35
array
getTables()
Returns list of tables.
at line 56
array
getColumns($table)
Returns metadata for all columns in a table.
at line 84
array
getIndexes($table)
Returns metadata for all indexes in a table.
at line 135
array
getForeignKeys($table)
Returns metadata for all foreign keys in a table.
Traits
Better OOP experience.