Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
landawn committed May 24, 2024
1 parent cd2ec64 commit d3aa325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/landawn/abacus/jdbc/AbstractQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,9 @@ public <T> This settParameters(final T parameters, Jdbc.BiParametersSetter<? sup
* @return
* @throws SQLException
* @see java.sql.Types
* @deprecated
*/
@Deprecated
@Beta
public This setNullForMultiPositions(final int sqlType, final int... parameterIndices) throws SQLException {
checkParameterIndices(parameterIndices);
Expand Down

0 comments on commit d3aa325

Please sign in to comment.