mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Issue #1135: Implement tabs for multiple batch results in a query tab. Does not yet show multi results of stored procedures. Maximum number of tabs is customizable in Preferences > Data.
This commit is contained in:
@ -309,9 +309,6 @@ type
|
||||
procedure SetColumnOrgNames(Value: TStringList);
|
||||
procedure PrepareEditing;
|
||||
procedure CreateUpdateRow;
|
||||
function DatabaseName: String;
|
||||
function TableName: String;
|
||||
function QuotedDbAndTableName: String;
|
||||
function GetKeyColumns: TStringList;
|
||||
function GetWhereClause: String;
|
||||
function ColAttributes(Column: Integer): TTableColumn;
|
||||
@ -345,6 +342,9 @@ type
|
||||
function Modified: Boolean; overload;
|
||||
function Inserted: Boolean;
|
||||
function SaveModifications: Boolean;
|
||||
function DatabaseName: String;
|
||||
function TableName: String;
|
||||
function QuotedDbAndTableName: String;
|
||||
procedure DiscardModifications;
|
||||
property RecNo: Int64 read FRecNo write SetRecNo;
|
||||
property Eof: Boolean read FEof;
|
||||
|
Reference in New Issue
Block a user