i3.dragos.core.services.datasources
Interface DataSourceMetaData


public interface DataSourceMetaData

The DataSourceMetaData provides informations about the capabilities of the data source.

Author:
Boris Boehlen <boehlen@cs.rwth-aachen.de>

Method Summary
 java.lang.String getDatabaseProductName()
          Returns the name of the underlying database.
 java.lang.String getDatabaseProductVersion()
          Returns the version of the underlying database.
 boolean supportsNestedTransactions()
          Returns true if the data source supports nested transactions false otherwise.
 

Method Detail

getDatabaseProductName

java.lang.String getDatabaseProductName()
Returns the name of the underlying database.

Returns:
the name of the underlying database.

getDatabaseProductVersion

java.lang.String getDatabaseProductVersion()
Returns the version of the underlying database.

Returns:
the version of the underlying database.

supportsNestedTransactions

boolean supportsNestedTransactions()
Returns true if the data source supports nested transactions false otherwise.

Returns:
true if the data source supports nested transactions false otherwise.


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.