Package 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<Boolean>
public class IngresBooleanType extends BooleanType
- 
Field SummaryFields inherited from interface org.apache.cayenne.access.types.ExtendedTypeTRIM_VALUES_THRESHOLD
- 
Constructor SummaryConstructors Constructor Description IngresBooleanType()
- 
Method SummaryModifier and Type Method Description voidsetJdbcObject(PreparedStatement st, Boolean 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.BooleanTypegetClassName, materializeObject, materializeObject, toString
- 
Constructor Details- 
IngresBooleanTypepublic IngresBooleanType()
 
- 
- 
Method Details- 
setJdbcObjectpublic void setJdbcObject(PreparedStatement st, Boolean val, int pos, int type, int precision) throws ExceptionDescription copied from interface:ExtendedTypeInitializes a single parameter of a PreparedStatement with object value.- Specified by:
- setJdbcObjectin interface- ExtendedType<Boolean>
- Overrides:
- setJdbcObjectin class- BooleanType
- Throws:
- Exception
 
 
-