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