| Interface | Description |
|---|---|
| FieldNamedPreparedStatement |
This is a wrapper around
PreparedStatement and allows the users to set parameters by name
instead of by index. |
| StatementFactory |
A factory to create
FieldNamedPreparedStatement with the given Connection. |
| Class | Description |
|---|---|
| FieldNamedPreparedStatementImpl |
Simple implementation of
FieldNamedPreparedStatement. |
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.