public interface TableEnvironment
extends uk.ac.starlink.task.Environment
Modifier and Type | Method and Description |
---|---|
uk.ac.starlink.table.jdbc.JDBCAuthenticator |
getJdbcAuthenticator()
Returns a JDBC authenticator suitable for use in this environment.
|
uk.ac.starlink.table.StarTableFactory |
getTableFactory()
Returns a table factory suitable for use in this environment.
|
uk.ac.starlink.table.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.
|
uk.ac.starlink.table.StarTableFactory getTableFactory()
uk.ac.starlink.table.StarTableOutput getTableOutput()
uk.ac.starlink.table.jdbc.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 standardCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.