Fix rdbms writer can't compile

This commit is contained in:
dingxiaobo 2022-10-12 17:44:15 +08:00
parent 127a963e3d
commit c7666a0fc0

View File

@ -29,7 +29,7 @@ public class SubCommonRdbmsWriter extends CommonRdbmsWriter {
@Override @Override
protected PreparedStatement fillPreparedStatementColumnType( protected PreparedStatement fillPreparedStatementColumnType(
PreparedStatement preparedStatement, int columnIndex, PreparedStatement preparedStatement, int columnIndex,
int columnSqltype, Column column) throws SQLException { int columnSqltype, String typeName, Column column) throws SQLException {
java.util.Date utilDate; java.util.Date utilDate;
try { try {
switch (columnSqltype) { switch (columnSqltype) {