|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.medor.optim.lib.BasicRule
org.objectweb.medor.optim.rdb.Like2SQL
Nested Class Summary |
---|
Nested classes inherited from class org.objectweb.medor.optim.lib.BasicRule |
---|
BasicRule.ModifiedExpression |
Field Summary |
---|
Fields inherited from class org.objectweb.medor.optim.lib.BasicRule |
---|
debug, log |
Constructor Summary | |
---|---|
Like2SQL()
|
|
Like2SQL(java.lang.String suffix)
|
Method Summary | |
---|---|
QueryTree |
rewrite(QueryTree qt,
QueryNode _parent)
This method applies a single rule. |
Methods inherited from class org.objectweb.medor.optim.lib.BasicRule |
---|
replaceUsage, rewrite |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Like2SQL()
public Like2SQL(java.lang.String suffix)
Method Detail |
public QueryTree rewrite(QueryTree qt, QueryNode _parent) throws MedorException
RewriteRule
It is typically called by the QueryRewriter for applying the entire rewriting process.
qt
- the QueryTree to be rewritten_parent
- the parent QueryNode for which modification of propagated
field, if they are replaced in the qt, should be done.
MedorException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |