org.firebirdsql.gds
Class XSQLDA

java.lang.Object
  extended byorg.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.

Version:
1.0
Author:
Alejandro Alberola

Field Summary
 byte[] blr
           
 int[] ioLength
           
 int sqld
           
 int sqln
           
 XSQLVAR[] sqlvar
           
 int version
           
 
Constructor Summary
XSQLDA()
           
XSQLDA(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public int version

sqln

public int sqln

sqld

public int sqld

sqlvar

public XSQLVAR[] sqlvar

blr

public byte[] blr

ioLength

public int[] ioLength
Constructor Detail

XSQLDA

public XSQLDA()

XSQLDA

public XSQLDA(int n)


Copyright © 2001 David Jencks and other authors. All rights reserved.