|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.connector.jdbc.translator.FunctionModifier
org.teiid.connector.jdbc.oracle.DayWeekQuarterFunctionModifier
public class DayWeekQuarterFunctionModifier
This a method for multiple use. It can be used for: 1) dayofyear 2) dayofmonth 3) dayofweek 4) week 5) quarter
| Field Summary |
|---|
| Fields inherited from class org.teiid.connector.jdbc.translator.FunctionModifier |
|---|
BIGDECIMAL, BIGINTEGER, BLOB, BOOLEAN, BYTE, CHAR, CLOB, DATE, DOUBLE, FLOAT, INTEGER, LONG, OBJECT, SHORT, STRING, TIME, TIMESTAMP, XML |
| Constructor Summary | |
|---|---|
DayWeekQuarterFunctionModifier(java.lang.String format)
|
|
| Method Summary | |
|---|---|
java.util.List<?> |
translate(IFunction function)
Return a List of translated parts ( ILanguageObjects and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor. |
| Methods inherited from class org.teiid.connector.jdbc.translator.FunctionModifier |
|---|
getCode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DayWeekQuarterFunctionModifier(java.lang.String format)
| Method Detail |
|---|
public java.util.List<?> translate(IFunction function)
FunctionModifierILanguageObjects and Objects), or null
if this FunctionModifier wishes to rely on the default translation of the
conversion visitor.
translate in class FunctionModifierfunction - IFunction to be translated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||