DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.sqlTablePost | Constructors | Fields | Methods | Properties
Update the table (after any change).
// Delphi protected procedure sqlTablePost( const _id : Integer ); virtual; abstract;
// C++ Builder protected: virtual void sqlTablePost( const int _id ) = 0;
Name | Type | Description |
---|---|---|
_id | Integer | table index |