com.ibatis.db.sqlmap
Class MappedStatement.ErrorField
java.lang.Object
com.ibatis.db.sqlmap.MappedStatement.ErrorField
- Enclosing class:
- MappedStatement
- private static class MappedStatement.ErrorField
- extends java.lang.Object
This is a value holder class for the very limited use of passing
error information around.
It is not fully encapsulated to increase performance, however
being a private inner class, it should be relatively safe.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
errorField
public java.lang.String errorField
MappedStatement.ErrorField
private MappedStatement.ErrorField()
toString
public java.lang.String toString()