public static class PreparedStatement.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
build() |
PreparedStatement.Builder |
copy(PreparedStatement model) |
PreparedStatement.Builder |
queryPlan(Object queryPlan)
A representation of the query plan as a schema-less JSON object.
|
PreparedStatement.Builder |
statement(String statement)
A base64-encoded, compiled and parameterized version of a SQL statement.
|
PreparedStatement.Builder |
usage(RequestUsage usage) |
public PreparedStatement.Builder statement(String statement)
A base64-encoded, compiled and parameterized version of a SQL statement.
statement
- the value to setpublic PreparedStatement.Builder queryPlan(Object queryPlan)
A representation of the query plan as a schema-less JSON object.
queryPlan
- the value to setpublic PreparedStatement.Builder usage(RequestUsage usage)
public PreparedStatement build()
public PreparedStatement.Builder copy(PreparedStatement model)
Copyright © 2016–2024. All rights reserved.