Interface URLConnectorInfo
-
- All Superinterfaces:
ConnectorInfo
,Serializable
- All Known Implementing Classes:
URLConnectorInfoImpl
public interface URLConnectorInfo extends ConnectorInfo
Connector info via explicit URL and driver.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDriver()
String
getUrl()
-
Methods inherited from interface de.akquinet.jbosscc.guttenbase.connector.ConnectorInfo
createConnector, getDatabaseType, getPassword, getSchema, getUser
-
-