org.firebirdsql.gds
Class XSQLDA
java.lang.Object
org.firebirdsql.gds.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.
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.
|
XSQLDA()
|
XSQLDA(int n) - Create a new instance of
XSQLDA with a given number
of columns.
|
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.
XSQLDA
public XSQLDA(int n)
Create a new instance of XSQLDA
with a given number
of columns.
n
- The number of columns to be used
Copyright B) 2001 David Jencks and other authors. All rights reserved.