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($name)
No description
Details
at line 24
__construct(Engine $engine)
No description
at line 32
array
getTables()
No description
at line 42
Table
getTable(string $name)
Returns table metadata.
at line 63
bool
hasTable(string $name)
No description
at line 77
Engine
getDatabaseEngine()
internal |
No description
at line 93
mixed
__get($name)
No description