- 
- All Known Implementing Classes:
- AbstractWriteToJDBC,- DeleteFromJDBC,- JDBCConnector,- JDBCOperator,- ReadFromJDBC,- UpdateInJDBC,- WriteToJDBC
 
 public interface ConnectionSettingsBasic JDBC Connection settings.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDriverName()Retrieves the class name of the JDBC driver to use.StringgetPassword()Retrieves the password for connecting to the database.StringgetUrl()Retrieves the URL for connecting to the database.StringgetUser()Retrieves the user name for connecting to the database.
 
- 
- 
- 
Method Detail- 
getDriverNameString getDriverName() Retrieves the class name of the JDBC driver to use.- Returns:
- the class name of the JDBC driver to use
 
 - 
getPasswordString getPassword() Retrieves the password for connecting to the database.- Returns:
- the password for connecting to the database
 
 - 
getUrlString getUrl() Retrieves the URL for connecting to the database.- Returns:
- the URL for connecting to the database
 
 - 
getUserString getUser() Retrieves the user name for connecting to the database.- Returns:
- the user name for connecting to the database
 
 
- 
 
-