net.wotonomy.access
Class EOAdaptorOperation

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

Field Summary
protected  int _adaptorOp
           
protected  net.wotonomy.foundation.NSArray _attributes
           
protected  net.wotonomy.foundation.NSDictionary _changedValues
           
protected  EOEntity _entity
           
protected  java.lang.Throwable _exception
           
protected  EOStoredProcedure _proc
           
protected  EOQualifier _qualifier
           
 
Constructor Summary
EOAdaptorOperation(EOEntity entity)
           
 
Method Summary
 int adaptorOperator()
           
 net.wotonomy.foundation.NSArray attributes()
           
 net.wotonomy.foundation.NSDictionary changedValues()
           
 int compareAdaptorOperation(EOAdaptorOperation op)
           
 EOEntity entity()
           
 java.lang.Throwable exception()
           
 EOQualifier qualifier()
           
 void setAdaptorOperator(int adOp)
           
 void setAttributes(net.wotonomy.foundation.NSArray atts)
           
 void setChangedValues(net.wotonomy.foundation.NSDictionary values)
           
 void setException(java.lang.Throwable t)
           
 void setQualifier(EOQualifier q)
           
 void setStoredProcedure(EOStoredProcedure sp)
           
 EOStoredProcedure storedProcedure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

EOAdaptorOperation

public EOAdaptorOperation(EOEntity entity)
Method Detail

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.