mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-09-05 14:14:53 -06:00
multicolumns sort query result, vacuum opt
Add multicolumns sort Vacuum opt and reindex opt
This commit is contained in:
parent
4e01ba92c4
commit
ae8ca667e7
10 changed files with 478 additions and 125 deletions
|
|
@ -56,6 +56,7 @@ private:
|
|||
void OnCopy(wxCommandEvent &event);
|
||||
void OnMouseWheel(wxMouseEvent &event);
|
||||
void OnGridColSize(wxGridSizeEvent &event);
|
||||
void DrawColLabel( wxDC& dc, int col );
|
||||
wxString GetColumnName(int colNum);
|
||||
wxString GetColKeyValue(int col);
|
||||
void AppendColumnHeader(wxString &str, int start, int end);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue