Property | Type | Description | |
---|---|---|---|
CreateSingleton | void | ||
EditorBroker | System | ||
GetCurrentConnection | |||
RegisterEditor | void | ||
UnregisterEditor | void |
Method | Description | |
---|---|---|
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
Method | Description | |
---|---|---|
CreateSingleton ( ServiceBroker sb ) : void | ||
EditorBroker ( ServiceBroker sb ) : System | ||
GetCurrentConnection ( ) : |
Returns the DbConnection associated with the current mysql editor.
|
|
RegisterEditor ( |
||
UnregisterEditor ( |
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
pguidCmdGroup | System.Guid | |
nCmdID | uint | |
nCmdexecopt | uint | |
pvaIn | ||
pvaOut | ||
return | int |
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
pguidCmdGroup | System.Guid | |
cCmds | uint | |
prgCmds | OLECMD | |
pCmdText | ||
return | int |