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) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List |
getFieldOrder() |
allocateMemory, 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, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public 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-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.