borland Packages  Class Hierarchy  dx.sql.dataset Package 

ResolutionManager component

java.lang.Object
   +----com.borland.dx.sql.dataset.ResolutionManager
           +----com.borland.dx.sql.dataset.SQLResolutionManager

About the ResolutionManager component

Constructors  Properties  Methods  

This component is used internally by other com.borland classes. You should never use this class directly.


ResolutionManager constructors

ResolutionManager properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

ResolutionManager methods

Methods implemented in this class

Methods implemented in java.lang.Object


ResolutionManager constructors

ResolutionManager()

  public ResolutionManager()
This constructor is used internally by other com.borland classes. You should never use this constructor directly.

ResolutionManager properties

insertsBeforeUpdates

 public boolean getInsertsBeforeUpdates()
 public void setInsertsBeforeUpdates(boolean insertsFirst)
This property is used internally by other com.borland classes. You should never use this property directly.

postEdits

 public boolean getPostEdits()
 public void setPostEdits(boolean postEdits)
This property is used internally by other com.borland classes. You should never use this property directly.

resetPendingStatus

 public boolean getResetPendingStatus()
 public void setResetPendingStatus(boolean resetPendingStatus)
This property is used internally by other com.borland classes. You should never use this property directly.

transactionSupport

 public TransactionSupport getTransactionSupport()
This property is used internally by other com.borland classes. You should never use this property directly.

ResolutionManager methods

initError(int, com.borland.dx.dataset.DataSet, com.borland.dx.dataset.DataSet, resolveError)

  protected abstract void initError(int code, DataSet dataSet, DataSet view, ResolveError resolveError)
This method is used internally by other com.borland classes. You should never use this method directly.

resetPendingStatus(com.borland.dx.dataset.DataSet[], boolean)

  public void resetPendingStatus(DataSet[] dataSets, boolean markResolved)
This method is used internally by other com.borland classes. You should never use this method directly.

saveChanges(com.borland.dx.dataset.DataSet)

  public void saveChanges(DataSet dataSet)
This method is used internally by other com.borland classes. You should never use this method directly.

saveChanges(com.borland.dx.dataset.DataSet[])

  public synchronized void saveChanges(DataSet[] dataSets)
This method is used internally by other com.borland classes. You should never use this method directly.

setDefaultResolver(com.borland.dx.sql.dataset.DefaultResolver)

  protected void setDefaultResolver(DefaultResolver defaultResolver)
This method is used internally by other com.borland classes. You should never use this method directly.

setTransactionSupport(com.borland.dx.sql.dataset.TransactionSupport)

  protected void setTransactionSupport(TransactionSupport transactionSupport)
This method is used internally by other com.borland classes. You should never use this method directly.