| Interface | Description |
|---|---|
| ConfigurableStatementFactory |
Provides extra customization to a
StatementFactory |
| StatementFactory |
Creates JDBC statements for a given connection
|
| Class | Description |
|---|---|
| QueryStatementFactory |
Creates
Statement based on the type and parameters of a given query:
_CallableStatement for stored p rocedure queries _PreparedStatement for queries with input parameters _Standard Statement
otherwise |
Copyright © 2024. All rights reserved.