Database
class Database
Reflection metadata class for a database.
Properties
string read-only | $name | ||
array read-only | $tables | ||
array read-only | $tableNames |
Methods
string|null
getName()
No description
string[]
getTableNames()
No description
bool
hasTable($name)
No description
void
init()
No description
Details
at line 34
__construct(Reflector $reflector, $name)
No description
at line 44
string|null
getName()
No description
at line 53
Table[]
getTables()
No description
at line 63
string[]
getTableNames()
No description
at line 78
Table
getTable($name)
No description
at line 95
bool
hasTable($name)
No description
at line 105
protected void
init()
No description
Traits
Better OOP experience.