org.sourceforge.jxdbcon
Class EscapeFuncs.replace
java.lang.Object
|
+--org.sourceforge.jxdbcon.EscapeFrags.Frag
|
+--org.sourceforge.jxdbcon.EscapeFrags.Function
|
+--org.sourceforge.jxdbcon.EscapeFuncs.NoFunction
|
+--org.sourceforge.jxdbcon.EscapeFuncs.replace
- Enclosing class:
- EscapeFuncs
- public static class EscapeFuncs.replace
- extends EscapeFuncs.NoFunction
REPLACE(string1, string2, string3) Replaces all occurrences of string2 in string1 with string3
EscapeFuncs.replace
public EscapeFuncs.replace(EscapeFrags.ParamList param)
emitSQL
protected String emitSQL(EscapeContext ectx)
throws SQLException
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.