Class VariableBytes

    • Field Detail

      • IDENTIFIER

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

      • of

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

        The name, if set, refers to the TYPE name in the underlying database, for example, VARBINARY and LONGVARBINARY.

      • of

        public static VariableBytes of​(int maxByteArrayLength)
        Return an instance of VariableBytes with specified max byte array length.
      • getMaxLength

        public int getMaxLength()
      • getName

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

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