|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.access.types.CharType
org.apache.cayenne.dba.oracle.OracleCharType
public class OracleCharType
Oracle specific CHAR type handling. If connection property "fixedString" is true, then 'a' equal 'a ' in a CHAR(4) while parameter binding in PreparedStatement.
Field Summary |
---|
Fields inherited from class org.apache.cayenne.access.types.CharType |
---|
trimmingChars, usingClobs |
Constructor Summary | |
---|---|
OracleCharType()
|
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.CharType |
---|
getClassName, isTrimmingChars, isUsingClobs, materializeObject, materializeObject, readCharStream, readClob, readValueStream, rtrim, setTrimmingChars, setUsingClobs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OracleCharType()
Method Detail |
---|
public void setJdbcObject(java.sql.PreparedStatement st, java.lang.Object val, int pos, int type, int precision) throws java.lang.Exception
ExtendedType
setJdbcObject
in interface ExtendedType
setJdbcObject
in class CharType
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |