borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

LookupDescriptor class

java.lang.Object
   +----borland.jbcl.dataset.LookupDescriptor

About the LookupDescriptor class

Properties  Methods  
This class is used internally by other classes in the JBCL. You should never use this class directly.

LookupDescriptor properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

LookupDescriptor methods

Methods implemented in java.lang.Object


LookupDescriptor properties

keyColumns

 public final String[] getKeyColumns()
 public final void setKeyColumns(java.lang.String[] keyColumns)
This property is used internally by other classes in the JBCL. You should never use this property directly.

lookupDataSet

 public StorageDataSet getLookupDataSet()
 public void setLookupDataSet(borland.jbcl.dataset.StorageDataSet lookupDataSet)
This property is used internally by other classes in the JBCL. You should never use this property directly.

lookupKeyColumns

 public final String[] getLookupKeyColumns()
 public final void setLookupKeyColumns(java.lang.String[] lookupKeyColumns)
This property is used internally by other classes in the JBCL. You should never use this property directly.

lookupResultColumn

 public final String getLookupResultColumn()
 public final void setLookupResultColumn(java.lang.String lookupResultColumn)
This property is used internally by other classes in the JBCL. You should never use this property directly.