User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_dbabstract.sqlcreatefunction_string_integer_tgis_dbfunction

Table of Contents

TGIS_DbAbstract.sqlCreateFunction method

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

Create a function on database site.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure sqlCreateFunction(
    const _name : String;
    const _nArgs : Integer;
    const _fnc : TGIS_DbFunction
  ); virtual;
// C++ Builder
public:
  virtual void sqlCreateFunction(
    const UnicodeString _name,
    const int _nArgs,
    TGIS_DbFunction* const _fnc
  );

Parameters

Name Type Description
_name String function name
_nArgs Integer number of arguments
_fnc TGIS_DbFunction function callback
2020/05/07 01:06

Page Tools