DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.prepareAppendCommand | Constructors | Fields | Methods | Properties
Return a SQL parametrized append command.
// Delphi protected function prepareAppendCommand( const _table : String ) : String;
// C++ Builder protected: UnicodeString prepareAppendCommand( const UnicodeString _table );
Name | Type | Description |
---|---|---|
_table | String | table to be inserted |
Type | Description |
---|---|
String | parametrized append command |