Package org.firebirdsql.jna.fbclient
Class GDS_QUAD_t
- java.lang.Object
-
- com.sun.jna.Structure
-
- org.firebirdsql.jna.fbclient.GDS_QUAD_t
-
- Direct Known Subclasses:
GDS_QUAD_t.ByReference
,GDS_QUAD_t.ByValue
@FieldOrder({"gds_quad_high","gds_quad_low"}) public class GDS_QUAD_t extends com.sun.jna.Structure
JNA wrapper for GDS_QUAD_t.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 Summary
Nested Classes Modifier and Type Class Description static class
GDS_QUAD_t.ByReference
static class
GDS_QUAD_t.ByValue
-
Field Summary
Fields Modifier and Type Field Description int
gds_quad_high
int
gds_quad_low
-
Constructor Summary
Constructors Constructor Description GDS_QUAD_t()
GDS_QUAD_t(int gds_quad_high, int gds_quad_low)
-
Method Summary
-
Methods inherited from class com.sun.jna.Structure
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, writeField
-
-