public class JdbcDock extends Object
| 构造器和说明 |
|---|
JdbcDock() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Integer |
delete(Connection connection,
String sql) |
static Map<String,Object> |
insert(Connection connection,
String sql) |
static List<String> |
prepareField(ResultSet resultSet) |
static List<Map<String,Object>> |
select(Connection connection,
String sql) |
static Integer |
update(Connection connection,
String sql) |
public static Map<String,Object> insert(Connection connection, String sql) throws SQLException
SQLExceptionpublic static Integer update(Connection connection, String sql) throws SQLException
SQLExceptionpublic static Integer delete(Connection connection, String sql) throws SQLException
SQLExceptionpublic static List<Map<String,Object>> select(Connection connection, String sql) throws SQLException
SQLExceptionpublic static List<String> prepareField(ResultSet resultSet) throws SQLException
SQLExceptionCopyright © 2023. All rights reserved.