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 
     
    static class 
     

    Nested classes/interfaces inherited from class com.sun.jna.Structure

    com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    short
     
    byte[]
     
    byte[]
     
    short
     
    short
     

    Fields inherited from class com.sun.jna.Structure

    ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    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 Details

    • 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 Details

    • 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]