java.lang.Object | ||||||
↳ | antlr.CommonAST | |||||
↳ | org.hibernate.hql.ast.tree.Node | |||||
↳ | org.hibernate.hql.ast.tree.SqlNode | |||||
↳ | org.hibernate.hql.ast.tree.HqlSqlWalkerNode | |||||
↳ | org.hibernate.hql.ast.tree.UnaryLogicOperatorNode | |||||
↳ | org.hibernate.hql.ast.tree.AbstractNullnessCheckNode |
![]() |
Base class for nodes dealing 'is null' and 'is not null' operators.
todo : a good deal of this is copied from BinaryLogicOperatorNode; look at consolidating these code fragmentsPublic Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called by the tree walker during hql-sql semantic analysis
after the operator sub-tree is completely built.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
When (if) we need to expand a row value constructor, what is the text of the connector to use between the
expansion fragments.
| |||||||||||
When (if) we need to expand a row value constructor, what is the type of connector to use between the
expansion fragments.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Called by the tree walker during hql-sql semantic analysis after the operator sub-tree is completely built.
When (if) we need to expand a row value constructor, what is the text of the connector to use between the expansion fragments.
When (if) we need to expand a row value constructor, what is the type of connector to use between the expansion fragments.