preparedStatement.SetNull(index, java.sql.Types.NULL) #952
Unanswered
OrSchweitzer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I'm using xerial-sqlte jdbc driver version 3.31.1.
I want to know if preparedStatement.SetNull(index, java.sql.Types.NULL) would work for any type of column?
The context is INSERT a new record or UPDATE existing one.
I would appreciate any documentation you have.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions