Interface SizeSource

All Known Implementing Classes:
SizeSourceImpl

public interface SizeSource
  • Method Details

    • getLength

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

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

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