Package | Description |
---|---|
org.ecoinformatics.seek.querybuilder | |
org.kepler.objectmanager.data.db |
Modifier and Type | Class and Description |
---|---|
class |
DBTableFrame
Extends JInternalFrame and contains a list of the fields.
|
Modifier and Type | Field and Description |
---|---|
protected DSTableIFace |
DBSelectTableOverviewModel.mTable |
protected DSTableIFace |
DBJoinPrcTable.mTable |
protected DSTableIFace |
DBTableFrame.mTableDef |
Modifier and Type | Method and Description |
---|---|
DSTableIFace |
DBJoinPrcTable.getTable() |
protected static DSTableIFace |
DBUIUtils.getTableByName(DSSchemaIFace aSchema,
java.lang.String aName)
Returns a table by name
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBTableDesktopPane.createTable(DSTableIFace aTableDef,
int aId,
int aX,
int aY)
Creates a single table frame from the table schema
|
static DSTableFieldIFace |
DBUIUtils.getFieldByName(DSTableIFace aTable,
java.lang.String aName)
Returns a DBTableField object by name
|
Constructor and Description |
---|
DBJoinPrcTable(DSTableIFace aTable) |
DBSelectTableOverviewModel(DSTableIFace aTable)
Constructor for Table Model
|
DBTableFrame(DSTableIFace aTableDef,
int aId)
Default Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
DSTableDef
Simple Implementation of the DSTableIFace
A Table schema has a list of field schemas. |
class |
Entity
This object represents an TableEntity.
|
Modifier and Type | Field and Description |
---|---|
protected DSTableIFace |
DSTableFieldDef.mTable |
Modifier and Type | Method and Description |
---|---|
DSTableIFace |
DSTableFieldDef.getTable()
Returns the table for the field
|
DSTableIFace |
DSTableKeyDef.getTable()
Returns the table for the field
|
Modifier and Type | Method and Description |
---|---|
void |
DSSchemaDef.addTable(DSTableIFace aTable)
Adds a DSTableDef Object to the Schema
|
void |
DSTableFieldDef.setTable(DSTableIFace aTable)
Sets the Parent DSTableDef object
|