jxDBCon 0.9z

org.sourceforge.jxdbcon
Class EscapeFuncs.NoFunction

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.EscapeFrags.Frag
        |
        +--org.sourceforge.jxdbcon.EscapeFrags.Function
              |
              +--org.sourceforge.jxdbcon.EscapeFuncs.NoFunction
Direct Known Subclasses:
EscapeFuncs.concat, EscapeFuncs.convert, EscapeFuncs.curdate, EscapeFuncs.curtime, EscapeFuncs.database, EscapeFuncs.degrees, EscapeFuncs.difference, EscapeFuncs.exp, EscapeFuncs.hour, EscapeFuncs.ifnull, EscapeFuncs.insert, EscapeFuncs.left, EscapeFuncs.locate, EscapeFuncs.ltrim, EscapeFuncs.minute, EscapeFuncs.mod, EscapeFuncs.now, EscapeFuncs.power, EscapeFuncs.radians, EscapeFuncs.rand, EscapeFuncs.repeat, EscapeFuncs.replace, EscapeFuncs.right, EscapeFuncs.rtrim, EscapeFuncs.second, EscapeFuncs.sign, EscapeFuncs.soundex, EscapeFuncs.substring, EscapeFuncs.timestampadd, EscapeFuncs.timestampdiff, EscapeFuncs.user
Enclosing class:
EscapeFuncs

abstract static class EscapeFuncs.NoFunction
extends EscapeFrags.Function


Field Summary
 
Fields inherited from class org.sourceforge.jxdbcon.EscapeFrags.Function
name, param, paramTypes, retType
 
Constructor Summary
protected EscapeFuncs.NoFunction(String name, int retType, int[] paramTypes, EscapeFrags.ParamList param)
           
 
Method Summary
protected  String emitSQL(EscapeContext ectx)
           
 String toSQL(EscapeContext ectx)
           
 
Methods inherited from class org.sourceforge.jxdbcon.EscapeFrags.Function
toString
 
Methods inherited from class org.sourceforge.jxdbcon.EscapeFrags.Frag
simplify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EscapeFuncs.NoFunction

protected EscapeFuncs.NoFunction(String name,
                                 int retType,
                                 int[] paramTypes,
                                 EscapeFrags.ParamList param)
Method Detail

emitSQL

protected String emitSQL(EscapeContext ectx)
                  throws SQLException
SQLException

toSQL

public String toSQL(EscapeContext ectx)
             throws SQLException
Overrides:
toSQL in class EscapeFrags.Function
SQLException

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.