DriverProvider
Attributes
- Source
- ConnectionProvider.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Construct a new Provider
that uses the JDBC DriverManager
to allocate connections.
Construct a new Provider
that uses the JDBC DriverManager
to allocate connections.
Value parameters
- driver
-
the class name of the JDBC driver, like "com.mysql.cj.jdbc.MySQLDriver"
- logHandler
-
Handler for outputting logs of process execution using connections.
- url
-
a connection URL, specific to your driver
Attributes
- Source
- ConnectionProvider.scala
Construct a new Provider
that uses the JDBC DriverManager
to allocate connections.
Construct a new Provider
that uses the JDBC DriverManager
to allocate connections.
Value parameters
- driver
-
the class name of the JDBC driver, like "com.mysql.cj.jdbc.MySQLDriver"
- logHandler
-
Handler for outputting logs of process execution using connections.
- password
-
database password
- url
-
a connection URL, specific to your driver
- user
-
database username
Attributes
- Source
- ConnectionProvider.scala
Construct a new Provider
that uses the JDBC DriverManager
to allocate connections.
Construct a new Provider
that uses the JDBC DriverManager
to allocate connections.
Value parameters
- driver
-
the class name of the JDBC driver, like "com.mysql.cj.jdbc.MySQLDriver"
- info
-
a
Properties
containing connection information (seeDriverManager.getConnection
) - logHandler
-
Handler for outputting logs of process execution using connections.
- url
-
a connection URL, specific to your driver
Attributes
- Source
- ConnectionProvider.scala