类 SortKey

  • 所有已实现的接口:
    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
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 字段概要

      • 从类继承的字段 antlr.BaseAST

        down, right
    • 构造器概要

      构造器 
      构造器 说明
      SortKey()  
    • 方法概要

      • 从类继承的方法 antlr.CommonAST

        getText, getType, initialize, initialize, initialize, setText, setType
      • 从类继承的方法 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
      • 从接口继承的方法 org.hibernate.sql.ordering.antlr.Node

        getText
    • 构造器详细资料

      • SortKey

        public SortKey()