borland Packages Class Hierarchy sql.dataset Package Index
java.lang.Object +----borland.sql.dataset.ResolutionManager +----borland.sql.dataset.SQLResolutionManager
Constructors Properties Methods
This class is used internally by other classes in the JBCL. You should never use this class directly.
public ResolutionManager()This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.
public boolean getInsertsBeforeUpdates() public void setInsertsBeforeUpdates(boolean insertsFirst)This property is used internally by other classes in the JBCL. You should never use this property directly.
public boolean getPostEdits() public void setPostEdits(boolean postEdits)This property is used internally by other classes in the JBCL. You should never use this property directly.
public boolean getResetPendingStatus() public void setResetPendingStatus(boolean resetPendingStatus)This property is used internally by other classes in the JBCL. You should never use this property directly.
public void resetPendingStatus(borland.jbcl.dataset.DataSet[] dataSets, boolean markResolved)This method is used internally by other classes in the JBCL. You should never use this method directly.
public void saveChanges(borland.jbcl.dataset.DataSet dataSet)This method is used internally by other classes in the JBCL. You should never use this method directly.
public synchronized void saveChanges(borland.jbcl.dataset.DataSet[] dataSets)This method is used internally by other classes in the JBCL. You should never use this method directly.
protected void setDefaultResolver(borland.sql.dataset.DefaultResolver defaultResolver)This method is used internally by other classes in the JBCL. You should never use this method directly.
protected void setTransactionSupport(borland.sql.dataset.TransactionSupport transactionSupport)This method is used internally by other classes in the JBCL. You should never use this method directly.