org.sourceforge.jxdbcon
Class EscapeFuncs.monthname
java.lang.Object
|
+--org.sourceforge.jxdbcon.EscapeFrags.Frag
|
+--org.sourceforge.jxdbcon.EscapeFrags.Function
|
+--org.sourceforge.jxdbcon.EscapeFuncs.OneParamFunction
|
+--org.sourceforge.jxdbcon.EscapeFuncs.monthname
- Enclosing class:
- EscapeFuncs
- public static class EscapeFuncs.monthname
- extends EscapeFuncs.OneParamFunction
MONTHNAME(date) A character string representing the month component of date; the name for the month is specific to the data source.
EscapeFuncs.monthname
public EscapeFuncs.monthname(EscapeFrags.ParamList param)
evaluate
protected EscapeFrags.Constant evaluate(EscapeFrags.Value data,
EscapeContext ectx)
throws SQLException
- Specified by:
evaluate
in class EscapeFuncs.OneParamFunction
SQLException
emitSQL
protected String emitSQL(EscapeContext ectx)
throws SQLException
SQLException
simplify
public EscapeFrags.Frag simplify(EscapeContext ectx)
throws SQLException
- Overrides:
simplify
in class EscapeFrags.Frag
SQLException
toSQL
public String toSQL(EscapeContext ectx)
throws SQLException
- Overrides:
toSQL
in class EscapeFrags.Function
SQLException
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.