Class SEG_MODE

Object
SEG_MODE

public class SEG_MODE extends Object
Segment mode used on a CTSegment.SetMode(int) call
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Alternative collating sequence
    static final int
    Absolute byte offset - not yet implemented
    static final int
    Absolute byte offset - not yet implemented
    static final int
    Descending segment mode
    static final int
    END segment mode
    static final int
    Absolute byte offset - float/double
    static final int
    Invalid segment mode
    static final int
    Absolute byte offset - unsigned int/long
    static final int
     
    static final int
     
    static final int
    Absolute byte offset - No transformation
    static final int
    Absolute field number
    static final int
    Absolute field number - auto increment
    static final int
    Absolute byte offset - signed int/long
    static final int
    Absolute byte offset - auto increment
    static final int
    A RECBYT index is an index based on the byte offset (recbyt) of the record being indexed.
    static final int
    Absolute byte offset - uppercase
    static final int
    Absolute field number - uppercase
    static final int
    Relative field number - uppercase
    static final int
    Absolute field number - pad strings upper
    static final int
    Relative field number
    static final int
    Absolute field number - pad strings
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • REGSEG

      public static final int REGSEG
      Absolute byte offset - No transformation
      See Also:
    • INTSEG

      public static final int INTSEG
      Absolute byte offset - unsigned int/long
      See Also:
    • UREGSEG

      public static final int UREGSEG
      Absolute byte offset - uppercase
      See Also:
    • SRLSEG

      public static final int SRLSEG
      Absolute byte offset - auto increment
      See Also:
    • VARSEG

      public static final int VARSEG
      Relative field number
      See Also:
    • UVARSEG

      public static final int UVARSEG
      Relative field number - uppercase
      See Also:
    • SGNSEG

      public static final int SGNSEG
      Absolute byte offset - signed int/long
      See Also:
    • FLTSEG

      public static final int FLTSEG
      Absolute byte offset - float/double
      See Also:
    • DECSEG

      public static final int DECSEG
      Absolute byte offset - not yet implemented
      See Also:
    • BCDSEG

      public static final int BCDSEG
      Absolute byte offset - not yet implemented
      See Also:
    • SCHSEG

      public static final int SCHSEG
      Absolute field number
      See Also:
    • USCHSEG

      public static final int USCHSEG
      Absolute field number - uppercase
      See Also:
    • VSCHSEG

      public static final int VSCHSEG
      Absolute field number - pad strings
      See Also:
    • UVSCHSEG

      public static final int UVSCHSEG
      Absolute field number - pad strings upper
      See Also:
    • DESCENDING

      public static final int DESCENDING
      Descending segment mode
      See Also:
    • ALTSEG

      public static final int ALTSEG
      Alternative collating sequence
      See Also:
    • ENDSEG

      public static final int ENDSEG
      END segment mode
      See Also:
    • UNCSEG

      public static final int UNCSEG
      A RECBYT index is an index based on the byte offset (recbyt) of the record being indexed.
      See Also:
    • RECBYT

      public static final int RECBYT
      See Also:
    • SCHSRL

      public static final int SCHSRL
      Absolute field number - auto increment
      See Also:
    • GNXSEG

      public static final int GNXSEG
      Invalid segment mode
      See Also:
    • INVALID

      public static final int INVALID
      See Also:
  • Constructor Details

    • SEG_MODE

      public SEG_MODE()