|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.connector.jdbc.translator.BasicFunctionModifier
com.metamatrix.connector.jdbc.oracle.spatial.OracleSpatialFunctionModifier
com.metamatrix.connector.jdbc.oracle.spatial.RelateFunctionModifier
public class RelateFunctionModifier
| Field Summary |
|---|
| Fields inherited from class org.teiid.connector.jdbc.translator.BasicFunctionModifier |
|---|
BIGDECIMAL, BIGINTEGER, BLOB, BOOLEAN, BYTE, CHAR, CLOB, DATE, DOUBLE, FLOAT, INTEGER, LONG, OBJECT, SHORT, STRING, TIME, TIMESTAMP, typeMap, XML |
| Constructor Summary | |
|---|---|
RelateFunctionModifier()
|
|
| Method Summary | |
|---|---|
IExpression |
modify(IFunction function)
Implement this method to modify the function before it gets translated |
java.util.List |
translate(IFunction function)
Implement this method to change how the function is translated into the SQL string In this case, if either of the first two parameters are a Literal String, then we need to put the literal itself in the SQL to be passed to Oracle, without the tick marks |
| Methods inherited from class com.metamatrix.connector.jdbc.oracle.spatial.OracleSpatialFunctionModifier |
|---|
addParamWithConversion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelateFunctionModifier()
| Method Detail |
|---|
public IExpression modify(IFunction function)
modify in interface FunctionModifiermodify in class BasicFunctionModifierFunctionModifier.modify(org.teiid.connector.language.IFunction)public java.util.List translate(IFunction function)
translate in interface FunctionModifiertranslate in class BasicFunctionModifierfunction - IFunction to be translated
FunctionModifier.translate(org.teiid.connector.language.IFunction)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||