Package org.dalesbred.internal.jdbc
Class ArgumentBinder
java.lang.Object
org.dalesbred.internal.jdbc.ArgumentBinder
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
bindArgument
(@NotNull PreparedStatement ps, int index, @Nullable Object value)
-
Method Details
-
bindArgument
public static void bindArgument(@NotNull @NotNull PreparedStatement ps, int index, @Nullable @Nullable Object value) throws SQLException - Throws:
SQLException
-