public interface RelationalConstants
Modifier and Type | Interface and Description |
---|---|
static class |
RelationalConstants.Nullable |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DATATYPE_NAME
The default value for the
datatype name property. |
static long |
DEFAULT_LENGTH
The default value for the
datatype length property. |
static long |
DEFAULT_PRECISION
The default value for the
datatype precision property. |
static long |
DEFAULT_SCALE
The default value for the
datatype scale property. |
static final String DEFAULT_DATATYPE_NAME
datatype name
property. Value is "STRING" .static final long DEFAULT_LENGTH
datatype length
property. Value is 0L .static final long DEFAULT_PRECISION
datatype precision
property. Value is 0L .static final long DEFAULT_SCALE
datatype scale
property. Value is 0L .Copyright © 2013–2019. All rights reserved.