Interface SizeSource
-
public interface SizeSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegergetLength()The specified length.java.lang.IntegergetPrecision()The specified precision.java.lang.IntegergetScale()The specified scale.
-
-
-
Method Detail
-
getLength
java.lang.Integer getLength()
The specified length. Will returnnullif none was specified.- Returns:
- The length, or
nullif not defined.
-
getPrecision
java.lang.Integer getPrecision()
The specified precision. Will returnnullif none was specified.- Returns:
- The precision, or
nullif not defined.
-
getScale
java.lang.Integer getScale()
The specified scale. Will returnnullif none was specified.- Returns:
- The scale, or
nullif not defined.
-
-