| 程序包 | 说明 |
|---|---|
| online.sanen.unabo.api.component | |
| online.sanen.unabo.api.structure.enums | |
| online.sanen.unabo.sql | |
| online.sanen.unabo.template |
| 类和说明 |
|---|
| SqlTemplate |
| 类和说明 |
|---|
| SqlTemplate |
| 类和说明 |
|---|
| SqlTemplate |
| 类和说明 |
|---|
| DataAccessException |
| DataRetrievalFailureException
Exception thrown if certain expected data could not be retrieved, e.g. when
looking up specific data via a known identifier.
|
| InvalidDataAccessApiUsageException
Exception thrown on incorrect usage of the API, such as failing to "compile"
a query object that needed compilation before execution.
|
| InvalidResultSetAccessException |
| JdbcOperations
The interface specifies the basic set of Jdbc operations.
|
| KeyHolder
Interface for retrieving keys, typically used for auto-generated keys
as potentially returned by JDBC insert statements.
|
| PreparedStatementCallback
Generic callback interface for code that operates on a PreparedStatement.
|
| PreparedStatementCreator |
| PreparedStatementSetter |
| PreparedStatementSetterBatch
Batch update callback interface used by the
SqlTemplate class. |
| PreparedStatementSetterBatchCustom
Parameterized callback interface used by the
SqlTemplate class for
batch updates. |
| ResultSetExtractor
JdbcTemplate的查询方法使用的回调接口。
|
| RowExtractor
JdbcTemplate用来映射java.sql行的接口。
|
| SqlRowSet |
| SqlRowSetMetaData
Metadata interface for Spring's
SqlRowSetWrapp, analogous to JDBC's
ResultSetMetaData. |
| StatementCallback
Generic callback interface for code that operates on a JDBC Statement.
|
Copyright © 2023. All rights reserved.