public class ISC_ARRAY_DESC
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 |
ISC_ARRAY_DESC.ByReference |
static class |
ISC_ARRAY_DESC.ByValue |
Modifier and Type | Field and Description |
---|---|
ISC_ARRAY_BOUND[] |
array_desc_bounds |
short |
array_desc_dimensions |
byte |
array_desc_dtype |
byte[] |
array_desc_field_name |
short |
array_desc_flags |
short |
array_desc_length |
byte[] |
array_desc_relation_name |
byte |
array_desc_scale |
Constructor and Description |
---|
ISC_ARRAY_DESC() |
ISC_ARRAY_DESC(byte array_desc_dtype,
byte array_desc_scale,
short array_desc_length,
byte[] array_desc_field_name,
byte[] array_desc_relation_name,
short array_desc_dimensions,
short array_desc_flags,
ISC_ARRAY_BOUND[] array_desc_bounds) |
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 byte array_desc_dtype
public byte array_desc_scale
public short array_desc_length
public byte[] array_desc_field_name
public byte[] array_desc_relation_name
public short array_desc_dimensions
public short array_desc_flags
public ISC_ARRAY_BOUND[] array_desc_bounds
public ISC_ARRAY_DESC()
public ISC_ARRAY_DESC(byte array_desc_dtype, byte array_desc_scale, short array_desc_length, byte[] array_desc_field_name, byte[] array_desc_relation_name, short array_desc_dimensions, short array_desc_flags, ISC_ARRAY_BOUND[] array_desc_bounds)
array_desc_dtype
- C type : ISC_UCHARarray_desc_scale
- C type : ISC_SCHARarray_desc_field_name
- C type : ISC_SCHAR[32]array_desc_relation_name
- C type : ISC_SCHAR[32]array_desc_bounds
- C type : ISC_ARRAY_BOUND[16]Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.