DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlCreateFunction | Constructors | Fields | Methods | Properties | Events
Create a function on database site.
// 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 );
Name | Type | Description |
---|---|---|
_name | String | function name |
_nArgs | Integer | number of arguments |
_fnc | TGIS_DbFunction | function callback |