| org.netbeans.modules.sql.framework.model.DBRuntimeEnvAccessor
DBRuntimeEnvAccessor | public interface DBRuntimeEnvAccessor (Code) | | Interface to determine overwritten database catalog and
schema names
author: Sherry Weng version: $Revision$ |
getDriverClassName | public String getDriverClassName()(Code) | | Returns the driver class name for Driver Manager
the driver class name |
getDriverProperties | public Properties getDriverProperties()(Code) | | Returns additional database driver properties
the additional driver properties if any |
getOverwrittenCatalogNameMap | public Map getOverwrittenCatalogNameMap()(Code) | | Gets the map of catalog names to be replaced with
In the map, key will have the old name, and value will
be the new name
the Map of overwritten catalog names |
getOverwrittenSchemaNameMap | public Map getOverwrittenSchemaNameMap()(Code) | | Gets the map of schema names to be replaced with
In the map, key will have the old name, and value will
be the new name
the Map of overwritten schema names |
getPassword | public String getPassword()(Code) | | Returns the password
the password |
getUrl | public String getUrl()(Code) | | Returns a well formed database URL
the well formed database URL |
getUserId | public String getUserId()(Code) | | Returns the user ID
the user ID |
isCatalogNameOverwritten | public boolean isCatalogNameOverwritten()(Code) | | Returns a flag indicating if the user wants to overwrite the catalog name
flag indicating if the user wants to overwrite the catalog name |
isSchemaNameOverwritten | public boolean isSchemaNameOverwritten()(Code) | | Returns a flag indicating if the user wants to overwrite schema names
flag indicating if the user wants to overwrite the schema name |
|
|