public interface TableEnvironment extends Environment
Modifier and Type | Method and Description |
---|---|
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.
|
acquireValue, clearValue, getErrorStream, getNames, getOutputStream
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 standardCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.