Class: Doctrine_Import_Oracle
Source Location: /Doctrine/Import/Oracle.phpClass Doctrine_Import_Oracle
Class Overview
Located in /Doctrine/Import/Oracle.php [line 31] Doctrine_Connection_Module | --Doctrine_Import | --Doctrine_Import_OracleAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
[ Top ]
Method Summary
array | listDatabases() | lists all databases |
array | listFunctions() | lists all availible database functions |
array | listSequences() | lists all database sequences |
array | listTableColumns() | lists table constraints |
array | listTableConstraints() | lists table constraints |
array | listTableIndexes() | lists table constraints |
array | listTables() | lists tables |
array | listTableTriggers() | lists table triggers |
array | listTableViews() | lists table views |
array | listTriggers() | lists all database triggers |
array | listUsers() | lists database users |
array | listViews() | lists database views |
[ Top ]
Properties
Methods
listDatabases [line 38]
|
lists all databases
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listDatabases()
- lists all databases
[ Top ]
listFunctions [line 63]
|
lists all availible database functions
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listFunctions()
- lists all availible database functions
[ Top ]
listSequences [line 85]
|
lists all database sequences
Parameters:string|null | $database: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listSequences()
- lists all database sequences
[ Top ]
listTableColumns [line 116]
|
lists table constraints
Parameters:string | $table: | database table name |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTableColumns()
- lists table constraints
[ Top ]
listTableConstraints [line 99]
|
lists table constraints
Parameters:string | $table: | database table name |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTableConstraints()
- lists table constraints
[ Top ]
listTableIndexes [line 151]
|
lists table constraints
Parameters:string | $table: | database table name |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTableIndexes()
- lists table constraints
[ Top ]
listTables [line 168]
|
lists tables
Parameters:string|null | $database: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTables()
- lists tables
[ Top ]
listTableTriggers [line 179]
|
lists table triggers
Parameters:string | $table: | database table name |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTableTriggers()
- lists table triggers
[ Top ]
listTableViews [line 189]
|
lists table views
Parameters:string | $table: | database table name |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTableViews()
- lists table views
[ Top ]
listTriggers [line 75]
|
lists all database triggers
Parameters:string|null | $database: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTriggers()
- lists all database triggers
[ Top ]
listUsers [line 198]
|
lists database users
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listUsers()
- lists database users
[ Top ]
listViews [line 220]
|
lists database views
Parameters:string|null | $database: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listViews()
- lists database views
[ Top ]