GenericConnectionPool
wvlet.airframe.jdbc.GenericConnectionPool
class GenericConnectionPool(val config: DbConfig) extends ConnectionPool
Attributes
- Graph
-
- Supertypes
-
trait ConnectionPooltrait AutoCloseabletrait LogSupporttrait LazyLoggertrait LoggingMethodstrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
-
ConnectionPool -> AutoCloseable
- Inherited from:
- ConnectionPool
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- ConnectionPool
Attributes
- Inherited from:
- ConnectionPool
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Run the given SQL and pass the each row result to the rowHandler function. The caller doesn't need to explicitly call ResultSet.next() to iterate the result.
Run the given SQL and pass the each row result to the rowHandler function. The caller doesn't need to explicitly call ResultSet.next() to iterate the result.
Attributes
- Inherited from:
- ConnectionPool
Run the given SQL and pass a single result row to the handler. The caller doesn't need to call rs.next() explicitly.
Run the given SQL and pass a single result row to the handler. The caller doesn't need to call rs.next() explicitly.
Attributes
- Inherited from:
- ConnectionPool
def queryWith[U](preparedStatement: String)(body: PreparedStatement => Unit)(handler: ResultSet => U): U
Attributes
- Inherited from:
- ConnectionPool
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- ConnectionPool
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- ConnectionPool
In this article