Package com.axemble.vdoc.sdk.interfaces
Interface IJdbcReference
- All Superinterfaces:
- IElement,- IExternalReference,- IProtocolSupport,- Serializable
Deprecated.
use IConnectionDefinition
This class retrieves a connection from a specified external reference declared
 in the administration
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
- 
Method SummaryMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IExternalReferencegetNameMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Method Details- 
getDriverString getDriver()Deprecated.- Returns:
- The driver class name
 
- 
getUrlString getUrl()Deprecated.- Returns:
- The URL
 
- 
getLoginString getLogin()Deprecated.- Returns:
- The login to connect to the database
 
- 
getPasswordString getPassword()Deprecated.- Returns:
- The password to connect to the database
 
- 
getDescriptionString getDescription()Deprecated.- Returns:
- The description of the JDBC reference
 
- 
getConnectionConnection getConnection()Deprecated.Gets a connection for the specified connection declared in the administration- Returns:
- Connection object
 
 
-