When write data to jdbc PrepareStatement, the method invoke depends on data type come from upstream. But sometimes we should consider sink database table field type when invoke PrepareStatement set method.
This PR let this feature happend, and support oracle blob type at first.
Does this PR introduce any user-facing change?
no
How was this patch tested?
add new test.
Check list
[ ] If any new Jar binary package adding in your PR, please add License Notice according
New License Guide
Purpose of this pull request
When write data to jdbc PrepareStatement, the method invoke depends on data type come from upstream. But sometimes we should consider sink database table field type when invoke PrepareStatement set method. This PR let this feature happend, and support oracle blob type at first.
Does this PR introduce any user-facing change?
no
How was this patch tested?
add new test.
Check list
release-note
.