org.sourceforge.jxdbcon
Class EscapeFuncs.substring
java.lang.Object
|
+--org.sourceforge.jxdbcon.EscapeFrags.Frag
|
+--org.sourceforge.jxdbcon.EscapeFrags.Function
|
+--org.sourceforge.jxdbcon.EscapeFuncs.NoFunction
|
+--org.sourceforge.jxdbcon.EscapeFuncs.substring
- Enclosing class:
- EscapeFuncs
- public static class EscapeFuncs.substring
- extends EscapeFuncs.NoFunction
SUBSTRING(string, start, length) A character string formed by
extracting length characters from string beginning at start.
EscapeFuncs.substring
public EscapeFuncs.substring(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.