Package org.hibernate.sql.ordering.antlr
Class CollationSpecification
- java.lang.Object
-
- antlr.BaseAST
-
- antlr.CommonAST
-
- org.hibernate.sql.ordering.antlr.NodeSupport
-
- org.hibernate.sql.ordering.antlr.CollationSpecification
-
- All Implemented Interfaces:
antlr.collections.AST
,java.io.Serializable
,Node
public class CollationSpecification extends NodeSupport
Models a collation specification (COLLATE using a specific character-set) within aSortSpecification
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollationSpecification()
-
Method Summary
-
Methods inherited from class org.hibernate.sql.ordering.antlr.NodeSupport
getDebugText, getRenderableText
-
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
-
-