User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_dbabstract.sqlbindfield_string_integer

Table of Contents

TGIS_DbAbstract.sqlBindField method

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

Obtain a bind number for a given field name.

Available also on: .NET | Java.

Syntax

// Delphi
public
  function sqlBindField(
    const _field : String;
    const _cursor : Integer
  ) : Integer; virtual; abstract;
// C++ Builder
public:
  virtual int sqlBindField(
    const UnicodeString _field,
    const int _cursor
  ) = 0;

Parameters

Name Type Description
_field String field name
_cursor Integer cursor id

Result

Type Description
Integer field index
2020/05/07 01:06

Page Tools