Is there an equivalent to psql's \connect database or MySQL/MS SQL's usedatabase command that will work with JDBC? It doesn't seem like I shouldneed to drop the connection and establish a new one just to switchdatabases.
Scott