DK11 for Delphi | GisDbAdo.TGIS_DbAdo.sqlTablePrepared | Constructors | Fields | Methods | Properties
Is table prepared for insert.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlTablePrepared.
// Delphi public function sqlTablePrepared( const _id : Integer ) : Boolean; override;
// C++ Builder public: virtual bool sqlTablePrepared( const int _id );
Name | Type | Description |
---|---|---|
_id | Integer | table id |
Type | Description |
---|---|
Boolean | True if table is prepared |