JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
develop.toolkit.db
Package
develop.toolkit.db.mysql
Interface RowMapper<T>
public interface
RowMapper<T>
Author:
qiushui on 2019-09-03.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
mapping
(
ResultSet
resultSet)
Method Details
mapping
T
mapping
(
ResultSet
resultSet)
throws
SQLException
Throws:
SQLException