JdbcConnectionFactory

Factory for creating java.sql.Connection, with possible SSH tunneling.

The purpose of this object is to encapsulate and own an SSH tunnel session. If it exists, this SSH tunnel session is shared by many connections.

Constructors

Link copied to clipboard
constructor(config: JdbcSourceConfiguration)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun get(): Connection