net.wotonomy.access
Class EOAdaptorOperation
java.lang.Object
net.wotonomy.access.EOAdaptorOperation
public class EOAdaptorOperation
- extends java.lang.Object
Represents a single primitive operation in a database server.
Can be insert, update, delete, lock a row, or execute a
stored procedure.
- Version:
- $Revision: 894 $
- Author:
- ezamudio@nasoft.com, $Author: cgruber $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_entity
protected EOEntity _entity
_attributes
protected net.wotonomy.foundation.NSArray _attributes
_changedValues
protected net.wotonomy.foundation.NSDictionary _changedValues
_exception
protected java.lang.Throwable _exception
_qualifier
protected EOQualifier _qualifier
_proc
protected EOStoredProcedure _proc
_adaptorOp
protected int _adaptorOp
EOAdaptorOperation
public EOAdaptorOperation(EOEntity entity)
setAdaptorOperator
public void setAdaptorOperator(int adOp)
adaptorOperator
public int adaptorOperator()
setAttributes
public void setAttributes(net.wotonomy.foundation.NSArray atts)
attributes
public net.wotonomy.foundation.NSArray attributes()
setChangedValues
public void setChangedValues(net.wotonomy.foundation.NSDictionary values)
changedValues
public net.wotonomy.foundation.NSDictionary changedValues()
compareAdaptorOperation
public int compareAdaptorOperation(EOAdaptorOperation op)
entity
public EOEntity entity()
setException
public void setException(java.lang.Throwable t)
exception
public java.lang.Throwable exception()
setQualifier
public void setQualifier(EOQualifier q)
qualifier
public EOQualifier qualifier()
setStoredProcedure
public void setStoredProcedure(EOStoredProcedure sp)
storedProcedure
public EOStoredProcedure storedProcedure()
Copyright © 2006 null. All Rights Reserved.