borland Packages Class Hierarchy dx.sql.dataset Package
java.lang.Object +----com.borland.dx.sql.dataset.ResolutionManager +----com.borland.dx.sql.dataset.SQLResolutionManager
Constructors Properties Methods
This component is used internally by other com.borland classes. You should never use this class directly.
public ResolutionManager()This constructor is used internally by other com.borland classes. You should never use this constructor directly.
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.
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.
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.
public TransactionSupport getTransactionSupport()This property is used internally by other com.borland classes. You should never use this property directly.
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.
public void resetPendingStatus(DataSet[] dataSets, boolean markResolved)This method is used internally by other com.borland classes. You should never use this method directly.
public void saveChanges(DataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public synchronized void saveChanges(DataSet[] dataSets)This method is used internally by other com.borland classes. You should never use this method directly.
protected void setDefaultResolver(DefaultResolver defaultResolver)This method is used internally by other com.borland classes. You should never use this method directly.
protected void setTransactionSupport(TransactionSupport transactionSupport)This method is used internally by other com.borland classes. You should never use this method directly.