com.googlecode.jdbw.server
Interface MultiCatalogDatabaseServer

All Superinterfaces:
DatabaseServer
All Known Implementing Classes:
H2NetworkServer, MySQLServer, PostgresqlServer, StandardDatabaseServer, SybaseASEServer

public interface MultiCatalogDatabaseServer
extends DatabaseServer

A DatabaseServer which supports multiple catalogs

Author:
Martin Berglund

Method Summary
 String getDefaultCatalog()
           
 
Methods inherited from interface com.googlecode.jdbw.DatabaseServer
connect, getServerType, setConnectionProperty, testConnection
 

Method Detail

getDefaultCatalog

String getDefaultCatalog()


Copyright © 2012. All Rights Reserved.