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 Summary
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, save
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IExternalReference
getName
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getDriver
String getDriver()Deprecated.- Returns:
- The driver class name
-
getUrl
String getUrl()Deprecated.- Returns:
- The URL
-
getLogin
String getLogin()Deprecated.- Returns:
- The login to connect to the database
-
getPassword
String getPassword()Deprecated.- Returns:
- The password to connect to the database
-
getDescription
String getDescription()Deprecated.- Returns:
- The description of the JDBC reference
-
getConnection
Connection getConnection()Deprecated.Gets a connection for the specified connection declared in the administration- Returns:
- Connection object
-