com.ibatis.db.sqlmap
Class MappedStatement.ErrorField

java.lang.Object
  extended bycom.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.


Field Summary
 java.lang.String errorField
           
 
Constructor Summary
private MappedStatement.ErrorField()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errorField

public java.lang.String errorField
Constructor Detail

MappedStatement.ErrorField

private MappedStatement.ErrorField()
Method Detail

toString

public java.lang.String toString()