ConnectionProvider

usql.ConnectionProvider
See theConnectionProvider companion object

Provider for JDBC Connections.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def withConnection[T](f: Connection ?=> T): T

Run some code using this connection.

Run some code using this connection.

Attributes