mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 04:59:51 +08:00
Fix rdbms writer can't compile
This commit is contained in:
parent
127a963e3d
commit
c7666a0fc0
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user