org.apache.cayenne.dba.ingres
Class IngresBooleanType

java.lang.Object
  extended by org.apache.cayenne.access.types.BooleanType
      extended by org.apache.cayenne.dba.ingres.IngresBooleanType
All Implemented Interfaces:
ExtendedType

public class IngresBooleanType
extends BooleanType


Constructor Summary
IngresBooleanType()
           
 
Method Summary
 void setJdbcObject(java.sql.PreparedStatement st, java.lang.Object val, int pos, int type, int precision)
          Initializes a single parameter of a PreparedStatement with object value.
 
Methods inherited from class org.apache.cayenne.access.types.BooleanType
getClassName, materializeObject, materializeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IngresBooleanType

public IngresBooleanType()
Method Detail

setJdbcObject

public void setJdbcObject(java.sql.PreparedStatement st,
                          java.lang.Object val,
                          int pos,
                          int type,
                          int precision)
                   throws java.lang.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:
java.lang.Exception


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.