org.sourceforge.jxdbcon
Class EscapeFuncs.insert
java.lang.Object
|
+--org.sourceforge.jxdbcon.EscapeFrags.Frag
|
+--org.sourceforge.jxdbcon.EscapeFrags.Function
|
+--org.sourceforge.jxdbcon.EscapeFuncs.NoFunction
|
+--org.sourceforge.jxdbcon.EscapeFuncs.insert
- Enclosing class:
- EscapeFuncs
- public static class EscapeFuncs.insert
- extends EscapeFuncs.NoFunction
INSERT(string1, start, length, string2) A character string formed by
deleting length characters from string1 beginning at start,
and inserting string2 into string1 at start.
EscapeFuncs.insert
public EscapeFuncs.insert(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.