public interface SizeSource
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getLength()
The specified length.
|
java.lang.Integer |
getPrecision()
The specified precision.
|
java.lang.Integer |
getScale()
The specified scale.
|
java.lang.Integer getLength()
null if none was specified.null if not defined.java.lang.Integer getPrecision()
null if none was specified.null if not defined.java.lang.Integer getScale()
null if none was specified.null if not defined.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.