| 接口 | 说明 |
|---|---|
| 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. |
| 类 | 说明 |
|---|---|
| FieldNamedPreparedStatementImpl |
Simple implementation of
FieldNamedPreparedStatement. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.