DK11 for Delphi | GisLayerVectorSql.TGIS_LayerVectorSqlAbstract.ExecuteSQL | Constructors | Fields | Methods | Properties | Events
Execute custom SQL statement.
// Delphi public function ExecuteSQL( const _sql : String ) : Boolean; virtual;
// C++ Builder public: virtual bool ExecuteSQL( const UnicodeString _sql );
Name | Type | Description |
---|---|---|
_sql | String | SQL String |
Type | Description |
---|---|
Boolean | True if succeeded |