schemacrawler.schema
Interface DatabaseInfo

All Superinterfaces:
Serializable

public interface DatabaseInfo
extends Serializable

Database and connection information.

Author:
Sualeh Fatehi

Method Summary
 String getProductName()
          Gets the name of the RDBMS vendor and product.
 String getProductVersion()
          Gets the RDBMS product version.
 DatabaseProperty[] getProperties()
          Gets all database properties.
 String getUserName()
          Gets the user name as known to this database.
 

Method Detail

getProductName

String getProductName()
Gets the name of the RDBMS vendor and product.

Returns:
Name of the RDBMS vendor and product

getProductVersion

String getProductVersion()
Gets the RDBMS product version.

Returns:
RDBMS product version

getProperties

DatabaseProperty[] getProperties()
Gets all database properties.

Returns:
Database properties

getUserName

String getUserName()
Gets the user name as known to this database.

Returns:
Database user name


Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.