|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
DataObject Metadata that is specific to JDBC implementations only. For example, TableName is absolutely meaningless in a non-JDBC environment. The DBObject metadata is derived from this interface
| Method Summary | |
String |
getTargetDbCatalog()
Retrieve the database catalogue name associated with this data object |
String |
getTargetDbSchema()
Retrieve the database schema name associated with this data object |
String |
getTargetSQLTable(String dataContext)
Retrieve the full table name associated with this data object |
String |
getTargetTable()
Return the Table Name of the current database object. |
boolean |
hasIndex()
Returns true if an Index exists for this array. |
| Methods inherited from interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData |
checkZeroUpdate, disableLogging, enableLogging, getAllAttributes, getAllFieldsMap, getAllKeysMap, getAttribute, getCacheSize, getCharset, getDefaultValue, getDescription, getDescription, getDescription, getDescription, getDetailFieldsForeign, getDetailFieldsLocal, getDetailSet, getFieldListArray, getFieldMetadata, getFields, getKeyFieldListArray, getLength, getLengthInt, getLookupField, getLookupObject, getName, getPrecision, getSchema, getType, hasField, isAllowsNull, isField, isFieldIgnoreCase, isLoggingEnabled, isMultiValued, isReadOnly, isSecret, isVirtual, removeAttribute, setAttribute, setCacheSize, setCheckZeroUpdate |
| Method Detail |
public String getTargetTable()
throws DataException
DataException
public boolean hasIndex()
throws DataException
DataException - upon errorpublic String getTargetDbCatalog()
public String getTargetSQLTable(String dataContext)
throws DataException
dataContext - The target data context.
DataExceptionpublic String getTargetDbSchema()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||