public class RootExecutor extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
executeInsert(Connection connection,
PreparedSql preparedSql) |
static int |
executeInsertBatch(Connection connection,
PreparedSql preparedSql) |
static List<Map<String,Object>> |
executeQuery(Connection connection,
PreparedSql preparedSql) |
static int |
executeUpdate(Connection connection,
PreparedSql preparedSql) |
public static List<Map<String,Object>> executeQuery(Connection connection, PreparedSql preparedSql)
public static int executeInsert(Connection connection, PreparedSql preparedSql)
public static int executeUpdate(Connection connection, PreparedSql preparedSql)
public static int executeInsertBatch(Connection connection, PreparedSql preparedSql)
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.