org.firebirdsql.gds

Class XSQLDA


public class XSQLDA
extends java.lang.Object

The class XSQLDA is a java mapping of the XSQLDA server data structure used to represent one row for input and output.
Version:
1.0
Author:
Alejandro Alberola

Field Summary

byte[]
blr
Internal array of values containing information about the type and length of columns of this row.
int[]
ioLength
Array of length (by type) values for each column in this row.
int
sqld
The number of output columns.
int
sqln
The number of input columns.
XSQLVAR[]
sqlvar
Array of column values.
int
version
Version of XSQLDA being used.

Constructor Summary

XSQLDA()
XSQLDA(int n)
Create a new instance of XSQLDA with a given number of columns.

Field Details

blr

public byte[] blr
Internal array of values containing information about the type and length of columns of this row.

ioLength

public int[] ioLength
Array of length (by type) values for each column in this row.

sqld

public int sqld
The number of output columns.

sqln

public int sqln
The number of input columns.

sqlvar

public XSQLVAR[] sqlvar
Array of column values.

version

public int version
Version of XSQLDA being used.

Constructor Details

XSQLDA

public XSQLDA()

XSQLDA

public XSQLDA(int n)
Create a new instance of XSQLDA with a given number of columns.
Parameters:
n - The number of columns to be used

Copyright B) 2001 David Jencks and other authors. All rights reserved.