public interface NFEDataSource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActiveWorkspace()
Returns the active workspace.
|
java.sql.Connection |
getConnection()
Returns a Connection and throws the appropriate exception if it can not do so.
|
void |
setActiveWorkspace(java.lang.String workspaceName)
Sets the active workspace that will be used by the connection.
|
java.sql.Connection getConnection() throws InvalidDBConnectionException
InvalidDBConnectionException
- if the connection is not valid.void setActiveWorkspace(java.lang.String workspaceName)
workspaceName
- name of the workspace that will be used by the connectionjava.lang.String getActiveWorkspace()