User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_dbabstract.sqlexec_string

Table of Contents

TGIS_DbAbstract.sqlExec method

DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlExec | Constructors | Fields | Methods | Properties | Events

Execute a command.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure sqlExec(
    const _command : String
  ); virtual; abstract;
// C++ Builder
public:
  virtual void sqlExec(
    const UnicodeString _command
  ) = 0;

Parameters

Name Type Description
_command String query to be executed
2020/05/07 01:06

Page Tools