Class JDBCHelper
java.lang.Object
cool.scx.jdbc.JDBCHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetSqlWithValues(String sql, Object[] params) 格式化 SQL 和 参数, 使用简单的占位符替换方式 一般用来辅助编写 Dialect
-
Constructor Details
-
JDBCHelper
public JDBCHelper()
-
-
Method Details
-
getSqlWithValues
-