Show TOC

Syntax documentationInterface IStructure Locate this document in the navigation structure

The IStructure interface defines the data type of a parameter or attribute. This interface extends the JCA 1.0 standard by defining additional complex data types as well as the primitive data structure, such as string, integer, byte, Boolean, date. The additional data types and their descriptions are:

Data type

Description

Recordset

Array of records

Array

Array of fields which are of the same data type.

Record

Array of fields each of which is a member of a different column

Field

A data structure having only a primitive type.

Data Output Structure

Description

For queries

It is defined by interface IRecordSet and is a subset of java.sql.resultset of the current chunk. It is the part of the total record set, defined by a minimum and maximum number of records, returned at one time.

For functions

What is expected in the output parameters of the specific function.