DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlExec | Constructors | Fields | Methods | Properties | Events
Execute a command.
// Delphi public procedure sqlExec( const _command : String ); virtual; abstract;
// C++ Builder public: virtual void sqlExec( const UnicodeString _command ) = 0;
Name | Type | Description |
---|---|---|
_command | String | query to be executed |