Uses of Class
org.apache.calcite.sql.type.SqlTypeName.Limit
-
Packages that use SqlTypeName.Limit Package Description org.apache.calcite.sql.type -
-
Uses of SqlTypeName.Limit in org.apache.calcite.sql.type
Methods in org.apache.calcite.sql.type that return SqlTypeName.Limit Modifier and Type Method Description static SqlTypeName.LimitSqlTypeName.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.Methods in org.apache.calcite.sql.type with parameters of type SqlTypeName.Limit Modifier and Type Method Description @Nullable ObjectSqlTypeName. getLimit(boolean sign, SqlTypeName.Limit limit, boolean beyond, int precision, int scale)Returns the limit of this datatype.
-