IBX.IBSQL.TIBXSQLVAR.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Parent: TIBXSQLDA; Query: TIBSQL);

C++

__fastcall TIBXSQLVAR(TIBXSQLDA* Parent, TIBSQL* Query);

Properties

Type Visibility Source Unit Parent
constructor public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLVAR

Description

Creates an instance of an XSQLVAR structure.

Call Create to create an instance of TIBXSQLVAR.

Parent is an extended descriptor area that defines the namespace to use for processing the variable name.

Query identifies the query that includes this variable.