Method | Description | |
---|---|---|
Export ( SaveMode mode, string path ) : void | ||
ExtractFunctions ( ) : ExportSQL.DBObject[] | ||
ExtractProcedures ( ) : ExportSQL.DBObject[] | ||
ExtractTriggers ( ) : ExportSQL.DBObject[] | ||
ExtractViews ( ) : ExportSQL.DBObject[] | ||
ReadIndeBuild ( string filename ) : void | ||
readOtherText ( string text ) : void |
Method | Description | |
---|---|---|
AppendEndOfFile ( |
This will optionally add EOF at the end of the file
|
|
Export ( |
Export an object to file
|
|
ExtractObjects ( ExtractObjectsArgs args ) : ExportSQL.DBObject[] | ||
GetFunctionExtractObjectsArgs ( DataBaseType dbType ) : ExtractObjectsArgs | ||
GetIndeDataBaseType ( string inputText ) : DataBaseType | ||
GetProcedureExtractObjectsArgs ( DataBaseType dbType ) : ExtractObjectsArgs | ||
GetTriggerExtractObjectsArgs ( DataBaseType dbType ) : ExtractObjectsArgs | ||
GetViewExtractObjectsArgs ( DataBaseType dbType ) : ExtractObjectsArgs |
public Export ( SaveMode mode, string path ) : void | ||
mode | SaveMode | |
path | string | |
return | void |
public ExtractFunctions ( ) : ExportSQL.DBObject[] | ||
return | ExportSQL.DBObject[] |
public ExtractProcedures ( ) : ExportSQL.DBObject[] | ||
return | ExportSQL.DBObject[] |
public ExtractTriggers ( ) : ExportSQL.DBObject[] | ||
return | ExportSQL.DBObject[] |
public ExtractViews ( ) : ExportSQL.DBObject[] | ||
return | ExportSQL.DBObject[] |
public ReadIndeBuild ( string filename ) : void | ||
filename | string | |
return | void |