接口 SizeSource

  • 所有已知实现类:
    SizeSourceImpl

    public interface SizeSource
    作者:
    Steve Ebersole
    • 方法详细资料

      • getLength

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

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

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