Class FixedBytes

    • Field Detail

      • IDENTIFIER

        public static final java.lang.String IDENTIFIER
    • Method Detail

      • of

        public static FixedBytes of​(@Nullable java.lang.String name,
                                    int byteArrayLength)
        Return an instance of FixedBytes with specified byte array length.

        The name, if set, refers to the TYPE name in the underlying database, for example, BINARY.

      • of

        public static FixedBytes of​(int byteArrayLength)
        Return an instance of FixedBytes with specified byte array length.
      • getLength

        public int getLength()
      • getName

        public @Nullable java.lang.String getName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object