| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns.sqlimplementation.statementgenerator |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPoolPreparedStatementGenerator
Generates prepared statement objects using a connection retrieved from a connection pool and ensures that
both the retrieved connection and the generated statement are closed.
|
class |
SingleConnectionPreparedStatementGenerator
Simple implementation of
PreparedStatementGenerator when a single, long-living Connection object
should be used to create all prepared statements. |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatementGenerator |
PreparedStatementGeneratorFactory.create(String sql)
Creates a PreparedStatement generator for the given SQL code.
|
Copyright © 2017–2024. All rights reserved.