Class ParamBuilder

java.lang.Object
xyz.zhouxy.jdbc.ParamBuilder

public class ParamBuilder extends Object
ParamBuilder

JDBC 参数构造器,将数据转换为 Object[] 类型,以传给 PreparedStatement

Since:
1.0.0
Author:
ZhouXY
  • Field Details

    • EMPTY_OBJECT_ARRAY

      public static final Object[] EMPTY_OBJECT_ARRAY
  • Method Details