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>
-
Field Summary
Fields inherited from interface org.apache.cayenne.access.types.ExtendedType
TRIM_VALUES_THRESHOLD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setJdbcObject
(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.BooleanType
getClassName, materializeObject, materializeObject, toString
-
Constructor Details
-
IngresBooleanType
public IngresBooleanType()
-
-
Method Details
-
setJdbcObject
public void setJdbcObject(PreparedStatement st, Boolean 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 interfaceExtendedType<Boolean>
- Overrides:
setJdbcObject
in classBooleanType
- Throws:
Exception
-