|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.firebirdsql.gds.XSQLDA
public class XSQLDA
The class XSQLDA is a java mapping of the XSQLDA server
data structure used to represent one row for input and output.
| 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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int version
XSQLDA being used.
public int sqln
public int sqld
public XSQLVAR[] sqlvar
public byte[] blr
public int[] ioLength
| Constructor Detail |
|---|
public XSQLDA()
public XSQLDA(int n)
XSQLDA with a given number
of columns.
n - The number of columns to be used
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||