Returns a list of table spaces in the Database. It is empty if there are no table spaces for the database.
- a list of Strings throws: DBEngineException -
Lists the sequence in an Oracle database. For other databases, throws an UnsupportedOperationException
- results as a dbtable throws: DBEngineException -
Connects to the database using the supplied connection info. DirverManager caches the connection. Start a DBQueryEngine
Parameters: connectionInfo - Parameters: masterPassword - author: amangat