Class DibiDatabaseInfo
Reflection metadata class for a database.
DibiObject | --DibiDatabaseInfo
| Constructor Summary | |
|---|---|
| public |
__construct
(IDibiReflector $reflector, $name)
|
| Method Summary | |
|---|---|
| string |
getName
()
|
| DibiTableInfo |
getTable
(string $name)
|
| array |
|
| array |
getTables
()
|
| bool |
hasTable
(string $name)
|
| protected void |
init
()
|
| Constructor Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
line 38 __constructpublic __construct (IDibiReflector $reflector, $name)
|
|||||||||
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 49 getNamepublic string getName ()
|
||||||||||||
|
line 86 getTablepublic DibiTableInfo getTable (string $name)
|
||||||||||||
|
line 70 getTableNamespublic array getTableNames ()
|
||||||||||||
|
line 59 getTablespublic array getTables ()
|
||||||||||||
|
line 105 hasTablepublic bool hasTable (string $name)
|
||||||||||||
|
line 117 initprotected void init ()
|
||||||||||||