|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.translator.jdbc.FunctionModifier
org.teiid.translator.jdbc.AliasModifier
public class AliasModifier
Field Summary | |
---|---|
protected java.lang.String |
alias
|
Fields inherited from class org.teiid.translator.jdbc.FunctionModifier |
---|
BIGDECIMAL, BIGINTEGER, BLOB, BOOLEAN, BYTE, CHAR, CLOB, DATE, DOUBLE, FLOAT, INTEGER, LONG, OBJECT, SHORT, STRING, TIME, TIMESTAMP, XML |
Constructor Summary | |
---|---|
AliasModifier(java.lang.String alias)
Constructor that takes the alias to use for functions. |
Method Summary | |
---|---|
protected void |
modify(Function function)
|
java.util.List<?> |
translate(Function function)
Return a List of translated parts ( LanguageObject s and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor. |
Methods inherited from class org.teiid.translator.jdbc.FunctionModifier |
---|
getCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String alias
Constructor Detail |
---|
public AliasModifier(java.lang.String alias)
alias
- The alias to replace the incoming function name withMethod Detail |
---|
public java.util.List<?> translate(Function function)
FunctionModifier
LanguageObject
s and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor.
translate
in class FunctionModifier
function
- IFunction to be translated
protected void modify(Function function)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |