Class DibiDatabaseInfo
Reflection metadata class for a database.
DibiObject | --DibiDatabaseInfo
| Constructor Summary | |
|---|---|
| public |
__construct
(IDibiDriver $driver, $name)
|
| Method Summary | |
|---|---|
| string |
getName
()
|
| DibiTableInfo |
getTable
(string $name)
|
| array |
|
| array |
getTables
()
|
| bool |
hasTable
(string $name)
|
| protected void |
init
()
|
| Constructor Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
line 34 __constructpublic __construct (IDibiDriver $driver, $name)
|
|||||||||
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 45 getNamepublic string getName ()
|
||||||||||||
|
line 82 getTablepublic DibiTableInfo getTable (string $name)
|
||||||||||||
|
line 66 getTableNamespublic array getTableNames ()
|
||||||||||||
|
line 55 getTablespublic array getTables ()
|
||||||||||||
|
line 100 hasTablepublic bool hasTable (string $name)
|
||||||||||||
|
line 111 initprotected void init ()
|
||||||||||||