Package org.apache.cayenne.dba.oracle
Class OracleByteArrayType
java.lang.Object
org.apache.cayenne.access.types.ByteArrayType
org.apache.cayenne.dba.oracle.OracleByteArrayType
- All Implemented Interfaces:
- ExtendedType<byte[]>
public class OracleByteArrayType extends ByteArrayType
- 
Field SummaryFields inherited from class org.apache.cayenne.access.types.ByteArrayTypetrimmingBytes, usingBlobsFields inherited from interface org.apache.cayenne.access.types.ExtendedTypeTRIM_VALUES_THRESHOLD
- 
Constructor SummaryConstructors Constructor Description OracleByteArrayType()
- 
Method SummaryModifier and Type Method Description voidsetJdbcObject(PreparedStatement st, byte[] val, int pos, int type, int scale)Initializes a single parameter of a PreparedStatement with object value.Methods inherited from class org.apache.cayenne.access.types.ByteArrayTypegetClassName, isTrimmingBytes, isUsingBlobs, logBytes, materializeObject, materializeObject, readBinaryStream, readBlob, readValueStream, setTrimmingBytes, setUsingBlobs, toString, trimBytes, writeBlob
- 
Constructor Details- 
OracleByteArrayTypepublic OracleByteArrayType()
 
- 
- 
Method Details- 
setJdbcObjectpublic void setJdbcObject(PreparedStatement st, byte[] val, int pos, int type, int scale) throws ExceptionDescription copied from interface:ExtendedTypeInitializes a single parameter of a PreparedStatement with object value.- Specified by:
- setJdbcObjectin interface- ExtendedType<byte[]>
- Overrides:
- setJdbcObjectin class- ByteArrayType
- Throws:
- Exception
 
 
-