Package org.apache.storm.sql.parser
Class ColumnConstraint.PrimaryKey
java.lang.Object
org.apache.calcite.sql.SqlNode
org.apache.calcite.sql.SqlLiteral
org.apache.storm.sql.parser.ColumnConstraint
org.apache.storm.sql.parser.ColumnConstraint.PrimaryKey
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- ColumnConstraint
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.storm.sql.parser.ColumnConstraintColumnConstraint.PrimaryKeyNested classes/interfaces inherited from class org.apache.calcite.sql.SqlLiteralorg.apache.calcite.sql.SqlLiteral.SqlSymbol
- 
Field SummaryFields inherited from class org.apache.calcite.sql.SqlLiteralvalueFields inherited from class org.apache.calcite.sql.SqlNodeEMPTY_ARRAY, pos
- 
Constructor SummaryConstructorsConstructorDescriptionPrimaryKey(org.apache.calcite.sql.validate.SqlMonotonicity monotonicity, org.apache.calcite.sql.parser.SqlParserPos pos) 
- 
Method SummaryMethods inherited from class org.apache.calcite.sql.SqlLiteralaccept, bigDecimalValue, booleanValue, clone, createApproxNumeric, createBinaryString, createBinaryString, createBoolean, createCharString, createCharString, createDate, createDate, createExactNumeric, createInterval, createNegative, createNull, createSample, createSqlType, createSymbol, createTime, createTime, createTimestamp, createTimestamp, createUnknown, equals, equalsDeep, getKind, getMonotonicity, getStringValue, getTypeName, getValue, getValueAs, hashCode, intValue, longValue, sampleValue, signum, stringValue, symbolValue, symbolValue_, toValue, unchain, unescapeUnicode, unparse, validate, value, valueMatchesTypeMethods inherited from class org.apache.calcite.sql.SqlNodeclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, findValidOptions, getParserPosition, isA, toSqlString, toSqlString, toString, validateExpr
- 
Constructor Details- 
PrimaryKeypublic PrimaryKey(org.apache.calcite.sql.validate.SqlMonotonicity monotonicity, org.apache.calcite.sql.parser.SqlParserPos pos) 
 
- 
- 
Method Details- 
monotonicitypublic org.apache.calcite.sql.validate.SqlMonotonicity monotonicity()
 
-