DK11 for Delphi | GisInternals.ExpandSQLMacros | Enums | Fields | Methods | Types
Expand macros inside SQL command. Currently supported macros are:
// Delphi function ExpandSQLMacros( const _command : String; const _lst : TGIS_StringList ) : String;
// C++ Builder extern DELPHI_PACKAGE UnicodeString ExpandSQLMacros( const UnicodeString _command, TGIS_StringList* const _lst );
Name | Type | Description |
---|---|---|
_command | String | SQL command |
_lst | TGIS_StringList | list with dialect definitions like GIS_SQL_DIALECT_MSJET |
Type | Description |
---|---|
String | Macros value. |