org.sourceforge.jxdbcon
Class EscapeFrags.Value
java.lang.Object
|
+--org.sourceforge.jxdbcon.EscapeFrags.Frag
|
+--org.sourceforge.jxdbcon.EscapeFrags.Value
- Direct Known Subclasses:
- EscapeFrags.Constant, EscapeFrags.PosParam
- Enclosing class:
- EscapeFrags
- public abstract static class EscapeFrags.Value
- extends EscapeFrags.Frag
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public AbstractType type
EscapeFrags.Value
public EscapeFrags.Value(AbstractType type)
getBigDecimal
public abstract BigDecimal getBigDecimal(EscapeContext ectx)
throws SQLException
SQLException
getDate
public abstract Date getDate(EscapeContext ectx)
throws SQLException
SQLException
getDouble
public abstract double getDouble(EscapeContext ectx)
throws SQLException
SQLException
getInt
public abstract int getInt(EscapeContext ectx)
throws SQLException
SQLException
getLiteral
public abstract String getLiteral(EscapeContext ectx)
throws SQLException
SQLException
getString
public abstract String getString(EscapeContext ectx)
throws SQLException
SQLException
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.