Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 353 Bytes

jdbc.rst

File metadata and controls

14 lines (7 loc) · 353 Bytes

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.