borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
ResolutionManager class
java.lang.Object
+----borland.jbcl.dataset.ResolutionManager
+----borland.jbcl.dataset.SQLResolutionManager
About the ResolutionManager class
Constructors Properties Methods
This class is used internally by other classes in the JBCL. You should never use this class directly.
ResolutionManager constructors
ResolutionManager properties
*Read-only properties **Write-only properties
Properties implemented in this class
ResolutionManager methods
Methods implemented in this class
ResolutionManager constructors
ResolutionManager()
protected ResolutionManager()
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.
ResolutionManager(borland.jbcl.dataset.DefaultResolver, borland.jbcl.dataset.TransactionSupport)
public ResolutionManager(borland.jbcl.dataset.DefaultResolver defaultResolver, borland.jbcl.dataset.TransactionSupport transactionSupport)
This constructor is used internally by other classes in the JBCL. 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 classes in the JBCL. You should never use this property directly.
ResolutionManager methods
saveChanges(borland.jbcl.dataset.DataSet)
public synchronized 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.
saveChanges(borland.jbcl.dataset.DataSet[])
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.
setDefaultResolver(borland.jbcl.dataset.DefaultResolver)
protected void setDefaultResolver(borland.jbcl.dataset.DefaultResolver defaultResolver)
This method is used internally by other classes in the JBCL. You should never use this method directly.
setTransactionSupport(borland.jbcl.dataset.TransactionSupport)
protected void setTransactionSupport(borland.jbcl.dataset.TransactionSupport transactionSupport)
This method is used internally by other classes in the JBCL. You should never use this method directly.