Package org.firebirdsql.jna.fbclient
Class XSQLDA
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- org.firebirdsql.jna.fbclient.XSQLDA
 
 
- 
- Direct Known Subclasses:
- XSQLDA.ByReference,- XSQLDA.ByValue
 
 public class XSQLDA extends com.sun.jna.StructureJNA Wrapper for XSQLDA.This file was initially autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects.. This file was modified manually, do not automatically regenerate! - Since:
- 3.0
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classXSQLDA.ByReferencestatic classXSQLDA.ByValue
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.ListgetFieldOrder()- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
versionpublic short version 
 - 
sqldaidpublic byte[] sqldaid 
 - 
sqldabcpublic int sqldabc 
 - 
sqlnpublic short sqln 
 - 
sqldpublic short sqld 
 - 
sqlvarpublic XSQLVAR[] sqlvar 
 
- 
 - 
Constructor Detail- 
XSQLDApublic XSQLDA() 
 - 
XSQLDApublic XSQLDA(int size) 
 - 
XSQLDApublic XSQLDA(short version, byte[] sqldaid, int sqldabc, short sqln, short sqld, XSQLVAR[] sqlvar)- Parameters:
- version- C type : ISC_SHORT
- sqldaid- C type : ISC_SCHAR[8]
- sqldabc- C type : ISC_LONG
- sqln- C type : ISC_SHORT
- sqld- C type : ISC_SHORT
- sqlvar- C type : XSQLVAR[1]
 
 
- 
 
-