|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableOrganizationContext
Table Organization Context.
Method Summary | |
---|---|
void |
assertValidPropertyKeys(Properties props)
Asserts that all property keys referenced in the given Properties instance are valid for the specific external table type. |
Set |
getBasePropertyKeys()
Gets a Set of Strings representing property key names that all ExternalTable instances should accept. |
Set |
getBaseRequiredPropertyKeys()
Gets a Set of Strings representing property key names that all ExternalTable instances must require. |
Set |
getPropertyKeys()
Gets a Set of Strings representing valid property key names. |
Set |
getRequiredPropertyKeys()
|
Properties |
getTableProperties()
Gets table properties for this external table instance. |
void |
readOrSetDefaultProperties(Properties props)
|
void |
setProperty(String key,
String value)
|
void |
updateProperties()
|
Method Detail |
---|
Properties getTableProperties()
Set getPropertyKeys()
Set getRequiredPropertyKeys()
Set getBasePropertyKeys()
Set getBaseRequiredPropertyKeys()
void assertValidPropertyKeys(Properties props) throws AxionException
props
- Properties instance whose keys are to be checked
AxionException
void readOrSetDefaultProperties(Properties props) throws AxionException
AxionException
void updateProperties()
void setProperty(String key, String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |