DK11 for Delphi | GisLayerSqlDb2Dbx.TGIS_LayerSqlDb2Dbx.sqlTableAppend | Constructors | Fields | Methods | Properties
Append a new record into the table.
Overrides TGIS_LayerSqlDb2Abstract.sqlTableAppend.
// Delphi protected procedure sqlTableAppend( const _id : Integer; const _table : String ); override;
// C++ Builder protected: virtual void sqlTableAppend( const int _id, const UnicodeString _table );
Name | Type | Description |
---|---|---|
_id | Integer | ID of the table |
_table | String | table name |