User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_dbabstract.sqlquerygetblob_string_integer

Table of Contents

TGIS_DbAbstract.sqlQueryGetBlob method

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

Get blob data type.

Available also on: .NET | Java.

Syntax

// Delphi
public
  function sqlQueryGetBlob(
    const _name : String;
    const _cursor : Integer
  ) : TStream; virtual; abstract;
// C++ Builder
public:
  virtual TStream* sqlQueryGetBlob(
    const UnicodeString _name,
    const int _cursor
  ) = 0;

Parameters

Name Type Description
_name String field name
_cursor Integer cursor id

Result

Type Description
TStream field value
2020/05/07 01:06

Page Tools