@Structure.FieldOrder(value={"version","sqldaid","sqldabc","sqln","sqld","sqlvar"})
public class XSQLDA
extends com.sun.jna.Structure
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!
| Modifier and Type | Class and Description | 
|---|---|
| static class  | XSQLDA.ByReference | 
| static class  | XSQLDA.ByValue | 
| Modifier and Type | Field and Description | 
|---|---|
| short | sqld | 
| int | sqldabc | 
| byte[] | sqldaid | 
| short | sqln | 
| XSQLVAR[] | sqlvar | 
| short | version | 
| Constructor and Description | 
|---|
| XSQLDA() | 
| XSQLDA(int size) | 
| XSQLDA(short version,
      byte[] sqldaid,
      int sqldabc,
      short sqln,
      short sqld,
      XSQLVAR[] sqlvar) | 
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, 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, writeFieldpublic short version
public byte[] sqldaid
public int sqldabc
public short sqln
public short sqld
public XSQLVAR[] sqlvar
public XSQLDA()
public XSQLDA(int size)
public XSQLDA(short version,
              byte[] sqldaid,
              int sqldabc,
              short sqln,
              short sqld,
              XSQLVAR[] sqlvar)
version - C type : ISC_SHORTsqldaid - C type : ISC_SCHAR[8]sqldabc - C type : ISC_LONGsqln - C type : ISC_SHORTsqld - C type : ISC_SHORTsqlvar - C type : XSQLVAR[1]Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.