org.apache.cayenne.dba.ingres
Class IngresBooleanType
java.lang.Object
org.apache.cayenne.access.types.BooleanType
org.apache.cayenne.dba.ingres.IngresBooleanType
- All Implemented Interfaces:
- ExtendedType
public class IngresBooleanType
- extends BooleanType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IngresBooleanType
public IngresBooleanType()
setJdbcObject
public void setJdbcObject(PreparedStatement st,
Object val,
int pos,
int type,
int precision)
throws Exception
- Description copied from interface:
ExtendedType
- Initializes a single parameter of a PreparedStatement with object value.
- Specified by:
setJdbcObject
in interface ExtendedType
- Overrides:
setJdbcObject
in class BooleanType
- Throws:
Exception
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.