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