Class SortKey

  • All Implemented Interfaces:
    antlr.collections.AST, Serializable, Node

    public class SortKey
    extends NodeSupport
    Models the container node for the sort key, which is the term given by the ANSI SQL specification to the expression upon which to sort for each SortSpecification
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class antlr.BaseAST

        down, right
    • Constructor Summary

      Constructors 
      Constructor Description
      SortKey()  
    • Method Summary

      • Methods inherited from class antlr.CommonAST

        getText, getType, initialize, initialize, initialize, setText, setType
      • Methods inherited from class antlr.BaseAST

        addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
      • Methods inherited from interface org.hibernate.sql.ordering.antlr.Node

        getText
    • Constructor Detail

      • SortKey

        public SortKey()