Skip to content

Commit

Permalink
docs: enhance PreparedStatement javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Jun 12, 2023
1 parent 7250642 commit 1b8dde1
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -19,13 +19,14 @@
import java.util.stream.Stream;

/**
* An object that represents a precompiled Query statement.
* Represents a precompiled Query statement.
*
*/
public interface PreparedStatement {


/**
* Binds an argument to a positional parameter.
* Binds an argument to a named parameter.
*
* @param name the parameter name
* @param value the parameter value
Expand Down

0 comments on commit 1b8dde1

Please sign in to comment.