|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibatis.sqlmap.engine.type.ClobTypeHandlerCallback
| Constructor Summary | |
ClobTypeHandlerCallback()
|
|
| Method Summary | |
java.lang.Object |
getResult(ResultGetter getter)
Performs processing on a value before after it has been retrieved from a ResultSet. |
void |
setParameter(ParameterSetter setter,
java.lang.Object parameter)
Performs processing on a value before it is used to set the parameter of a PreparedStatement. |
java.lang.Object |
valueOf(java.lang.String s)
Casts the string representation of a value into a type recognized by this type handler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClobTypeHandlerCallback()
| Method Detail |
public java.lang.Object getResult(ResultGetter getter)
throws java.sql.SQLException
TypeHandlerCallback
getResult in interface TypeHandlerCallbackgetter - The interface for getting the value from the ResultSet.
java.sql.SQLException - If any error occurs.
public void setParameter(ParameterSetter setter,
java.lang.Object parameter)
throws java.sql.SQLException
TypeHandlerCallback
setParameter in interface TypeHandlerCallbacksetter - The interface for setting the value on the PreparedStatement.parameter - The value to be set.
java.sql.SQLException - If any error occurs.public java.lang.Object valueOf(java.lang.String s)
TypeHandlerCallback
valueOf in interface TypeHandlerCallbacks - A string representation of a valid value for this type.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||