Skip to content

Commit

Permalink
Add HANA DataBaseType
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhzwc committed Mar 15, 2024
1 parent fe96a1b commit e2bfbe5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public String appendJDBCSuffixForReader(String jdbc) {
break;
case Doris:
break;
case HANA:
break;
default:
throw DataXException.asDataXException(DBUtilErrorCode.UNSUPPORTED_TYPE, "unsupported database type.");
}
Expand Down Expand Up @@ -141,6 +143,8 @@ public String appendJDBCSuffixForWriter(String jdbc) {
break;
case GaussDB:
break;
case HANA:
break;
default:
throw DataXException.asDataXException(DBUtilErrorCode.UNSUPPORTED_TYPE, "unsupported database type.");
}
Expand Down

0 comments on commit e2bfbe5

Please sign in to comment.