Connection.setCatalog
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract void setCatalog( String catalog ) throws SQLException
Description
 A sub-space of this Connection's database may be selected by setting a
 catalog name. If the driver does not support catalogs it will
 silently ignore this request.
  
Exceptions
 SQLException
     if a database-access error occurs.