|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.access.types.ByteArrayType
org.apache.cayenne.dba.oracle.OracleByteArrayType
public class OracleByteArrayType
Field Summary |
---|
Fields inherited from class org.apache.cayenne.access.types.ByteArrayType |
---|
trimmingBytes, usingBlobs |
Constructor Summary | |
---|---|
OracleByteArrayType()
|
Method Summary | |
---|---|
void |
setJdbcObject(java.sql.PreparedStatement st,
java.lang.Object 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.ByteArrayType |
---|
getClassName, isTrimmingBytes, isUsingBlobs, materializeObject, materializeObject, readBinaryStream, readBlob, readValueStream, setTrimmingBytes, setUsingBlobs, trimBytes, writeBlob |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OracleByteArrayType()
Method Detail |
---|
public void setJdbcObject(java.sql.PreparedStatement st, java.lang.Object val, int pos, int type, int scale) throws java.lang.Exception
ExtendedType
setJdbcObject
in interface ExtendedType
setJdbcObject
in class ByteArrayType
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |