org.teiid.query.parser
Class ParseInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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
ParseInfo
public ParseInfo()
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.