JDBC
JdbcDriver - this option describes the java class that provide connection to a database.
JdbcUrl - in other words - connection string. It specified by the database type.
User - login user name to the database.
Password - login password to the database.
MaxConnectionCount - maximum connection count to the database.