Property | Type | Description | |
---|---|---|---|
ChangeSqlTypeTo | string | ||
CheckSyntax | void | ||
GetDropSQL | string | ||
GetNewRoutineText | string | ||
GetStoredProcedureBody | string | ||
IVsTextBufferProvider | int | ||
IVsTextBufferProvider | int |
Method | Description | |
---|---|---|
CreateNew ( DataViewHierarchyAccessor HierarchyAccessor, bool isFunc ) : void | ||
GetDropSQL ( ) : string | ||
GetEditor ( ) : object | ||
GetSaveSql ( ) : string | ||
StoredProcedureNode ( DataViewHierarchyAccessor hierarchyAccessor, int id, bool isFunc ) : System |
Method | Description | |
---|---|---|
GetCurrentName ( ) : string | ||
Load ( ) : void | ||
Save ( ) : bool |
We override save here so we can change the sql from create to alter on first save
|
Method | Description | |
---|---|---|
ChangeSqlTypeTo ( string sql, string type ) : string | ||
CheckSyntax ( ) : void | ||
GetDropSQL ( string procName ) : string | ||
GetNewRoutineText ( ) : string | ||
GetStoredProcedureBody ( string sql, string &sql_mode ) : string | ||
IVsTextBufferProvider ( IVsTextLines &ppTextBuffer ) : int | ||
IVsTextBufferProvider ( int fLock ) : int |
public static CreateNew ( DataViewHierarchyAccessor HierarchyAccessor, bool isFunc ) : void | ||
HierarchyAccessor | DataViewHierarchyAccessor | |
isFunc | bool | |
return | void |
public StoredProcedureNode ( DataViewHierarchyAccessor hierarchyAccessor, int id, bool isFunc ) : System | ||
hierarchyAccessor | DataViewHierarchyAccessor | |
id | int | |
isFunc | bool | |
return | System |