Class ISC_BLOB_DESC

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ISC_BLOB_DESC.ByReference  
      static class  ISC_BLOB_DESC.ByValue  
      • Nested classes/interfaces inherited from class com.sun.jna.Structure

        com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
    • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • blob_desc_subtype

        public short blob_desc_subtype
      • blob_desc_charset

        public short blob_desc_charset
      • blob_desc_segment_size

        public short blob_desc_segment_size
      • blob_desc_field_name

        public byte[] blob_desc_field_name
      • blob_desc_relation_name

        public byte[] blob_desc_relation_name
    • 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]