Interface SizeSource


  • public interface SizeSource
    • Method Detail

      • getLength

        java.lang.Integer getLength()
        The specified length. Will return null if none was specified.
        Returns:
        The length, or null if not defined.
      • getPrecision

        java.lang.Integer getPrecision()
        The specified precision. Will return null if none was specified.
        Returns:
        The precision, or null if not defined.
      • getScale

        java.lang.Integer getScale()
        The specified scale. Will return null if none was specified.
        Returns:
        The scale, or null if not defined.