接口 SizeSource
-
- 所有已知实现类:
SizeSourceImpl
public interface SizeSource- 作者:
- Steve Ebersole
-
-
方法详细资料
-
getLength
Integer getLength()
The specified length. Will returnnullif none was specified.- 返回:
- The length, or
nullif not defined.
-
getPrecision
Integer getPrecision()
The specified precision. Will returnnullif none was specified.- 返回:
- The precision, or
nullif not defined.
-
getScale
Integer getScale()
The specified scale. Will returnnullif none was specified.- 返回:
- The scale, or
nullif not defined.
-
-