public class XSQLVAR
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 |
XSQLVAR.ByReference |
static class |
XSQLVAR.ByValue |
Modifier and Type | Field and Description |
---|---|
byte[] |
aliasname |
short |
aliasname_length |
byte[] |
ownname |
short |
ownname_length |
byte[] |
relname |
short |
relname_length |
com.sun.jna.Pointer |
sqldata |
com.sun.jna.ptr.ShortByReference |
sqlind |
static short |
SQLIND_NOT_NULL |
static short |
SQLIND_NULL |
short |
sqllen |
byte[] |
sqlname |
short |
sqlname_length |
short |
sqlscale |
short |
sqlsubtype |
short |
sqltype |
Constructor and Description |
---|
XSQLVAR() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List |
getFieldOrder() |
com.sun.jna.Memory |
getSqlData() |
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 static final short SQLIND_NULL
public static final short SQLIND_NOT_NULL
public short sqltype
public short sqlscale
public short sqlsubtype
public short sqllen
public com.sun.jna.Pointer sqldata
public com.sun.jna.ptr.ShortByReference sqlind
public short sqlname_length
public byte[] sqlname
public short relname_length
public byte[] relname
public short ownname_length
public byte[] ownname
public short aliasname_length
public byte[] aliasname
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.