프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ChangeSqlTypeTo | string | ||
CheckSyntax | void | ||
GetDropSQL | string | ||
GetNewRoutineText | string | ||
GetStoredProcedureBody | string | ||
IVsTextBufferProvider | int | ||
IVsTextBufferProvider | int |
메소드 | 설명 | |
---|---|---|
CreateNew ( DataViewHierarchyAccessor HierarchyAccessor, bool isFunc ) : void | ||
GetDropSQL ( ) : string | ||
GetEditor ( ) : object | ||
GetSaveSql ( ) : string | ||
StoredProcedureNode ( DataViewHierarchyAccessor hierarchyAccessor, int id, bool isFunc ) : System |
메소드 | 설명 | |
---|---|---|
GetCurrentName ( ) : string | ||
Load ( ) : void | ||
Save ( ) : bool |
We override save here so we can change the sql from create to alter on first save
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public StoredProcedureNode ( DataViewHierarchyAccessor hierarchyAccessor, int id, bool isFunc ) : System | ||
hierarchyAccessor | DataViewHierarchyAccessor | |
id | int | |
isFunc | bool | |
리턴 | System |