Package org.firebirdsql.jna.fbclient
Class ISC_BLOB_DESC
- java.lang.Object
-
- com.sun.jna.Structure
-
- org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
-
- Direct Known Subclasses:
ISC_BLOB_DESC.ByReference
,ISC_BLOB_DESC.ByValue
@FieldOrder({"blob_desc_subtype","blob_desc_charset","blob_desc_segment_size","blob_desc_field_name","blob_desc_relation_name"}) public class ISC_BLOB_DESC extends com.sun.jna.Structure
JNA wrapper for ISC_BLOB_DESC.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
ISC_BLOB_DESC.ByReference
static class
ISC_BLOB_DESC.ByValue
-
Field Summary
Fields Modifier and Type Field Description short
blob_desc_charset
byte[]
blob_desc_field_name
byte[]
blob_desc_relation_name
short
blob_desc_segment_size
short
blob_desc_subtype
-
Constructor Summary
Constructors Constructor Description ISC_BLOB_DESC()
ISC_BLOB_DESC(short blob_desc_subtype, short blob_desc_charset, short blob_desc_segment_size, byte[] blob_desc_field_name, byte[] blob_desc_relation_name)
-
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
-
-
-
-
Constructor Detail
-
ISC_BLOB_DESC
public ISC_BLOB_DESC()
-
ISC_BLOB_DESC
public ISC_BLOB_DESC(short blob_desc_subtype, short blob_desc_charset, short blob_desc_segment_size, byte[] blob_desc_field_name, byte[] blob_desc_relation_name)
- Parameters:
blob_desc_field_name
- C type : ISC_UCHAR[32]blob_desc_relation_name
- C type : ISC_UCHAR[32]
-
-