Interface SizeSource
- All Known Implementing Classes:
SizeSourceImpl
public interface SizeSource
-
Method Summary
-
Method Details
-
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.
-