IBX.IBSQL.TIBXSQLDA
Delphi
TIBXSQLDA = class(TObject)
C++
class PASCALIMPLEMENTATION TIBXSQLDA : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | IBX.IBSQL.pas IBX.IBSQL.hpp |
IBX.IBSQL | IBX.IBSQL |
Description
TIBXSQLDA provides properties and methods for use with the IBSQL component.
Use a TIBXSQLDA object to provide properties and methods for use with the IBSQL component.
All Dynamic SQL (DSQL) applications must declare one or more extended descriptor areas (XSQLDAs). The XSQLDA is a host language data structure that DSQL uses to transport data to or from a database when processing an SQL statement string. There are two types of XSQLDAs: input descriptors and output descriptors. Both input and output descriptors are implemented using the XSQLDA structure.