DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.prepareUpdateCommandEx | Constructors | Fields | Methods | Properties
Return a SQL parametrized update command.
// Delphi protected function prepareUpdateCommandEx( const _table : String; const _params : TStrings ) : String;
// C++ Builder protected: UnicodeString prepareUpdateCommandEx( const UnicodeString _table, TStrings* const _params );
Name | Type | Description |
---|---|---|
_table | String | table to be updated |
_params | TStrings | table parameters to be updated |
Type | Description |
---|---|
String | parametrized update command |