| 程序包 | 说明 |
|---|---|
| cn.sj1.tinydb.dbal.jdbc | |
| cn.sj1.tinydb.dbal.jdbc.statements |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract RowMapper<T> |
Table.mapper() |
| 构造器和说明 |
|---|
InsertStatement(java.sql.Connection connection,
java.lang.String table,
RowMapper<T> mapper) |
SelectStatement(java.sql.Connection connection,
java.lang.String table,
RowMapper<T> mapper) |
Copyright © 2021. All rights reserved.