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
 
 public class ISC_BLOB_DESC extends com.sun.jna.StructureJNA 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 SummaryNested Classes Modifier and Type Class Description static classISC_BLOB_DESC.ByReferencestatic classISC_BLOB_DESC.ByValue
 - 
Field SummaryFields Modifier and Type Field Description shortblob_desc_charsetbyte[]blob_desc_field_namebyte[]blob_desc_relation_nameshortblob_desc_segment_sizeshortblob_desc_subtype
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.ListgetFieldOrder()- 
Methods inherited from class com.sun.jna.StructureallocateMemory, 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, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Constructor Detail- 
ISC_BLOB_DESCpublic ISC_BLOB_DESC() 
 - 
ISC_BLOB_DESCpublic 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]
 
 
- 
 
-