public class ParamBuilder extends Object
JDBC 参数构造器,将数据转换为 Object[] 类型,以传给 PreparedStatement
| Modifier and Type | Field and Description |
|---|---|
static Object[] |
EMPTY_OBJECT_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Object[]> |
buildBatchParams(Collection<T> c,
Function<T,Object[]> func) |
static Object[] |
buildParams(Object... params) |
Copyright © 2026. All rights reserved.