Lines 33-39
Link Here
|
33 |
int GetIcon() { return PGICON_FUNCTION; } |
33 |
int GetIcon() { return PGICON_FUNCTION; } |
34 |
void ShowTreeDetail(wxTreeCtrl *browser, frmMain *form=0, ctlListView *properties=0, ctlSQLBox *sqlPane=0); |
34 |
void ShowTreeDetail(wxTreeCtrl *browser, frmMain *form=0, ctlListView *properties=0, ctlSQLBox *sqlPane=0); |
35 |
static pgObject *ReadObjects(pgCollection *collection, wxTreeCtrl *browser); |
35 |
static pgObject *ReadObjects(pgCollection *collection, wxTreeCtrl *browser); |
36 |
static pgFunction *pgFunction::AppendFunctions(pgObject *obj, pgSchema *schema, wxTreeCtrl *browser, const wxString &restriction); |
36 |
static pgFunction *AppendFunctions(pgObject *obj, pgSchema *schema, wxTreeCtrl *browser, const wxString &restriction); |
37 |
|
37 |
|
38 |
wxString GetFullName() const {return GetName()+wxT("(")+GetArgTypes()+wxT(")"); } |
38 |
wxString GetFullName() const {return GetName()+wxT("(")+GetArgTypes()+wxT(")"); } |
39 |
wxString GetArgTypeNames() const { return argTypeNames; } |
39 |
wxString GetArgTypeNames() const { return argTypeNames; } |