DK11 for Delphi | GisDbLibpq.TGIS_DbLibpq.sqlExec | Constructors | Fields | Methods | Properties
Execute a command.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlExec.
// Delphi public procedure sqlExec( const _command : String ); override;
// C++ Builder public: virtual void sqlExec( const UnicodeString _command );
Name | Type | Description |
---|---|---|
_command | String | query to be executed |