|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableEnvironment
Environment subinterface which provides additional functionality required for table-aware tasks.
Method Summary | |
---|---|
JDBCAuthenticator |
getJdbcAuthenticator()
Returns a JDBC authenticator suitable for use in this environment. |
StarTableFactory |
getTableFactory()
Returns a table factory suitable for use in this environment. |
StarTableOutput |
getTableOutput()
Returns a table output marshaller suitable for use in this environment. |
boolean |
isDebug()
Indicates whether we are running in debug mode. |
boolean |
isStrictVotable()
Determines whether votables are to be parsed in strict mode. |
void |
setDebug(boolean debug)
Sets whether we are running in debug mode. |
void |
setStrictVotable(boolean strict)
Sets whether votables should be parsed in strict mode. |
Methods inherited from interface uk.ac.starlink.task.Environment |
---|
acquireValue, clearValue, getErrorStream, getNames, getOutputStream |
Method Detail |
---|
StarTableFactory getTableFactory()
StarTableOutput getTableOutput()
JDBCAuthenticator getJdbcAuthenticator()
boolean isDebug()
void setDebug(boolean debug)
debug
- set true if you want debugging messagesboolean isStrictVotable()
void setStrictVotable(boolean strict)
strict
- true if VOTables should be interpreted
strictly in accordance with the standard
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |