mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
SQL export: Add popup menu action for copying mysqldump command line
This commit is contained in:
11
source/generic_types.pas
Normal file
11
source/generic_types.pas
Normal file
@ -0,0 +1,11 @@
|
||||
unit generic_types;
|
||||
|
||||
interface
|
||||
|
||||
type
|
||||
TThreeStateBoolean = (nbUnset, nbFalse, nbTrue);
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
Reference in New Issue
Block a user