DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.prepareUpdateCommand | Constructors | Fields | Methods | Properties
Return a SQL parametrized update command.
// Delphi protected function prepareUpdateCommand( const _table : String; const _column : String ) : String;
// C++ Builder protected: UnicodeString prepareUpdateCommand( const UnicodeString _table, const UnicodeString _column );
Name | Type | Description |
---|---|---|
_table | String | table to be updated |
_column | String | column name used as a filter |
Type | Description |
---|---|
String | parametrized update command |