Reflection
final class Reflection
Provides database schema reflection.
Properties
| Table> | $tables |
Methods
array
getTables()
No description
bool
hasTable(string $name)
No description
getDatabaseEngine()
No description
mixed
__get(string $name)
No description
Details
at line 23
__construct(Engine $engine)
No description
at line 31
array
getTables()
No description
at line 41
Table
getTable(string $name)
Returns table metadata.
at line 62
bool
hasTable(string $name)
No description
at line 76
Engine
getDatabaseEngine()
| internal |
No description
at line 92
mixed
__get(string $name)
No description