|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DBEntityCapability
The definition of an entity residing in a relational database, typically a database
table. It will contain DFFields that typically correspond to
columns in the table.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.im.df.api.support.PropertiesEditingConfigurable |
|---|
PropertiesEditingConfigurable.Extra |
| Field Summary | |
|---|---|
static String |
PROP_DOMAIN
The JChem property table name, named "domain" for historical reasons. |
static String |
PROP_FILTER_QUERY_ALLOWED
XAttributes property name that toggles the use of cartridge
filterQuery parameter. |
static String |
PROP_TABLE_NAME
|
| Method Summary | |
|---|---|
boolean |
canDrop()
|
String |
claimTableOwnership(String tableName)
Deprecated. |
DBTableInfo |
claimTableOwnership(String dbSchemaName,
String table)
Does this entity claim ownership to this table. |
DBTableInfo[] |
getTableInfo()
Deprecated. Use the better named getTableInfos() method |
DBTableInfo[] |
getTableInfos()
Get the descriptions of the tables used by this entity. |
String |
getTableName()
Deprecated. |
void |
setTableName(String tableName,
DFEnvironmentRW env)
Rename the database table. |
| Methods inherited from interface com.im.df.api.support.PropertiesEditingConfigurable |
|---|
isPropertyEditable |
| Field Detail |
|---|
static final String PROP_TABLE_NAME
static final String PROP_DOMAIN
static final String PROP_FILTER_QUERY_ALLOWED
XAttributes property name that toggles the use of cartridge
filterQuery parameter.
| Method Detail |
|---|
@Deprecated String getTableName()
DBTableInfo[] getTableInfos()
DBTableInfo[] getTableInfo()
void setTableName(String tableName,
DFEnvironmentRW env)
tableName - New database table name@Deprecated String claimTableOwnership(String tableName)
tableName -
DBTableInfo claimTableOwnership(String dbSchemaName,
String table)
dbSchemaName - the database schema nametable - The table name
boolean canDrop()
|
com.im.df.api 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||