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