Package org.teiid.query.metadata
Class TempMetadataID.TableData
- java.lang.Object
-
- org.teiid.query.metadata.TempMetadataID.TableData
-
- Enclosing class:
- TempMetadataID
public static class TempMetadataID.TableData extends Object
-
-
Constructor Summary
Constructors Constructor Description TableData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dataModified(long updateCount)
LinkedHashMap<Expression,Integer>
getFunctionBasedExpressions()
long
getLastDataModification()
long
getLastModified()
Object
getModel()
void
removed()
void
setFunctionBasedExpressions(LinkedHashMap<Expression,Integer> newExprs)
void
setModel(Object mid)
boolean
updateCacheHint(long time)
-
-
-
Method Detail
-
getLastDataModification
public long getLastDataModification()
-
removed
public void removed()
-
dataModified
public void dataModified(long updateCount)
-
getLastModified
public long getLastModified()
-
setFunctionBasedExpressions
public void setFunctionBasedExpressions(LinkedHashMap<Expression,Integer> newExprs)
-
getFunctionBasedExpressions
public LinkedHashMap<Expression,Integer> getFunctionBasedExpressions()
-
setModel
public void setModel(Object mid)
-
getModel
public Object getModel()
-
updateCacheHint
public boolean updateCacheHint(long time)
-
-