Package | Description |
---|---|
org.ecoinformatics.seek.querybuilder |
Modifier and Type | Field and Description |
---|---|
protected DBTableField |
DBTableList.mDragOverItem |
protected DBTableField |
DBTableJoinItem.mItemLeft |
protected DBTableField |
DBTableJoinItem.mItemRight |
Modifier and Type | Method and Description |
---|---|
DBTableField |
DBTableFrame.getField(int aInx)
Returns a field item given an index
|
DBTableField |
DBTableDesktopPane.getFieldById(DBSelectTableModelItem aItem)
Return the appropriate DBTableField from the a desktoppane table frame by
its Id (or table name if the id is -1, and then the field name
|
protected DBTableField |
DBSelectTableModelAdv.getFieldFor(DBSelectTableModelItem aItemCell)
Look up in the Schema for the field in it's table Then checks to see if
it is an instanceof DBTableField and returns that
|
protected DBTableField |
DBSelectTableModelStd.getFieldFor(DBSelectTableModelItem aItemCell)
Look up in the Schema for the field in it's table Then checks to see if
it is an instanceof DBTableField and returns that
|
DBTableField |
DBTableJoinItem.getItemLeft()
Return Left side item of Join
|
DBTableField |
DBTableJoinItem.getItemRight()
Return Right side item of Join
|
Modifier and Type | Method and Description |
---|---|
void |
DBTableListModel.add(DBTableField aField)
Add a field to the list
|
DBSelectTableModelItem |
DBSelectTableModelBase.add(DBTableField aField,
boolean aDoAppend)
Adds a field (Row) to the model
|
void |
DBTableJoin.addJoin(DBTableField aItem1,
DBTableField aItem2)
Add a Join
|
static java.lang.String |
DBUIUtils.getFullFieldName(DBTableField aField)
Returns the full table name/field name concatenated
|
Constructor and Description |
---|
DBTableJoinItem(DBTableField aItemLeft,
DBTableField aItemRight)
Constructor with DBTableFields
|