DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.sqlTableOpenWrite | Constructors | Fields | Methods | Properties
Open the table based on provided filter.
// Delphi protected procedure sqlTableOpenWrite( const _id : Integer; const _table : String; const _uidCol : String; const _uidVal : TGIS_Uid ); virtual; abstract;
// C++ Builder protected: virtual void sqlTableOpenWrite( const int _id, const UnicodeString _table, const UnicodeString _uidCol, TGIS_Uid* const _uidVal ) = 0;
Name | Type | Description |
---|---|---|
_id | Integer | ID of the table |
_table | String | table name |
_uidCol | String | name of the UID column |
_uidVal | TGIS_Uid | name of the UID value |