ch.sahits.model.db
Interface IBasicDBDefinitionPage

All Known Subinterfaces:
IBasicDBDefinitionPageGeneratable, IExtendedDBDefinitionPage

public interface IBasicDBDefinitionPage

This interface defines a BasicDBDefinitionPage and it must be casted before its methods can be used

Since:
1.2.0
Author:
Andi Hotz, Sahits GmbH

Method Summary
 java.lang.String getConnectionDriver()
           
 java.lang.String getConnectionURL()
           
 java.lang.String getDbProduct()
          Retrieve the database product/vendor
 

Method Detail

getConnectionURL

java.lang.String getConnectionURL()

getConnectionDriver

java.lang.String getConnectionDriver()

getDbProduct

java.lang.String getDbProduct()
Retrieve the database product/vendor

Returns:
vendor name of the database
Since:
1.1.1