Class: Doctrine_Import_Mssql
Source Location: /Doctrine/Import/Mssql.phpClass Doctrine_Import_Mssql
Class Overview
Located in /Doctrine/Import/Mssql.php [line 34] Doctrine_Connection_Module | --Doctrine_Import | --Doctrine_Import_MssqlAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
[ Top ]
Method Summary
array | listSequences() | lists all database sequences |
array | listTableColumns() | 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 triggers |
array | listViews() | lists database views |
[ Top ]
Properties
Methods
listSequences [line 42]
|
lists all database sequences
Parameters:string|null | $database: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listSequences()
- lists all database sequences
[ Top ]
listTableColumns [line 55]
|
lists table constraints
Parameters:string | $table: | database table name |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTableColumns()
- lists table constraints
[ Top ]
listTableIndexes [line 100]
|
lists table constraints
Parameters:string | $table: | database table name |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTableIndexes()
- lists table constraints
[ Top ]
listTables [line 110]
|
lists tables
Parameters:string|null | $database: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTables()
- lists tables
[ Top ]
listTableTriggers [line 135]
|
lists table triggers
Parameters:string | $table: | database table name |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTableTriggers()
- lists table triggers
[ Top ]
listTableViews [line 150]
|
lists table views
Parameters:string | $table: | database table name |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTableViews()
- lists table views
[ Top ]
listTriggers [line 121]
|
lists all triggers
Parameters:$database: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listTriggers()
- lists all database triggers
[ Top ]
listViews [line 186]
|
lists database views
Parameters:string|null | $database: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Import::listViews()
- lists database views
[ Top ]