public class XSQLDA
extends java.lang.Object
XSQLDA
is a java mapping of the XSQLDA server
data structure used to represent one row for input and output.Modifier and Type | Field and Description |
---|---|
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. |
public int version
XSQLDA
being used.public int sqln
public int sqld
public XSQLVAR[] sqlvar
public byte[] blr
public int[] ioLength
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.