final class Reflection

Provides database schema reflection.

Properties

Table> $tables

Methods

__construct(Driver $driver)

No description

array
getTables()

No description

getTable(string $name)

Returns table metadata.

bool
hasTable(string $name)

No description

getDriver()

No description

mixed
__get($name)

No description

Details

at line 24
__construct(Driver $driver)

No description

Parameters

Driver $driver

at line 32
array getTables()

No description

Return Value

array

at line 42
Table getTable(string $name)

Returns table metadata.

Parameters

string $name

Return Value

Table

Exceptions

InvalidArgumentException

at line 63
bool hasTable(string $name)

No description

Parameters

string $name

Return Value

bool

at line 77
Driver getDriver()

internal  
 

No description

Return Value

Driver

at line 93
mixed __get($name)

No description

Parameters

$name

Return Value

mixed
OSZAR »