| Package | Description |
|---|---|
| org.apache.calcite.sql.type |
SQL type system.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlTypeName.Limit |
SqlTypeName.Limit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlTypeName.Limit[] |
SqlTypeName.Limit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BasicSqlType.getLimit(boolean sign,
SqlTypeName.Limit limit,
boolean beyond)
Returns a value which is a limit for this type.
|
Object |
SqlTypeName.getLimit(boolean sign,
SqlTypeName.Limit limit,
boolean beyond,
int precision,
int scale)
Returns the limit of this datatype.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.