[feature][plugin][sybase] datax support sybase plugins. #1780

modify DataBaseType
This commit is contained in:
xiaopengm 2023-05-10 11:29:36 +08:00
parent a10342b7d1
commit d6dbe17abd
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ public enum DataBaseType {
result = jdbc + "?" + suffix;
}
break;
case Sybase:
break;
default:
throw DataXException.asDataXException(DBUtilErrorCode.UNSUPPORTED_TYPE, "unsupported database type.");
}