mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Add action CopyTableToHtml
Копирование результатов запроса в буфер обмена в виде таблицы html.
This commit is contained in:
parent
8771f32058
commit
83e372aae5
11 changed files with 168 additions and 66 deletions
|
|
@ -30,6 +30,7 @@ public:
|
|||
{
|
||||
return false;
|
||||
}
|
||||
int CopyTableToHtml(wxString htmlquery);
|
||||
int Copy(int gensql);
|
||||
|
||||
virtual bool CheckRowPresent(int row)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue