org.teiid.query.parser
Class ParseInfo

java.lang.Object
  extended by org.teiid.query.parser.ParseInfo
All Implemented Interfaces:
java.io.Serializable

public class ParseInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 boolean aggregatesAllowed
           
 boolean ansiQuotedIdentifiers
           
 CacheHint cacheHint
           
 java.util.Map<java.lang.String,java.lang.Integer> nameCounts
           
 int referenceCount
           
 
Constructor Summary
ParseInfo()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean useAnsiQuotedIdentifiers()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameCounts

public java.util.Map<java.lang.String,java.lang.Integer> nameCounts

referenceCount

public int referenceCount

aggregatesAllowed

public boolean aggregatesAllowed

ansiQuotedIdentifiers

public boolean ansiQuotedIdentifiers

cacheHint

public CacheHint cacheHint
Constructor Detail

ParseInfo

public ParseInfo()
Method Detail

useAnsiQuotedIdentifiers

public boolean useAnsiQuotedIdentifiers()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2011. All Rights Reserved.