Package com.oracle.bmc.nosql.model
Class PreparedStatement.Builder
- java.lang.Object
- 
- com.oracle.bmc.nosql.model.PreparedStatement.Builder
 
- 
- Enclosing class:
- PreparedStatement
 
 public static class PreparedStatement.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PreparedStatementbuild()PreparedStatement.Buildercopy(PreparedStatement model)PreparedStatement.BuilderqueryPlan(Object queryPlan)A representation of the query plan as a schema-less JSON object.PreparedStatement.Builderstatement(String statement)A base64-encoded, compiled and parameterized version of a SQL statement.PreparedStatement.Builderusage(RequestUsage usage)
 
- 
- 
- 
Method Detail- 
statementpublic PreparedStatement.Builder statement(String statement) A base64-encoded, compiled and parameterized version of a SQL statement.- Parameters:
- statement- the value to set
- Returns:
- this builder
 
 - 
queryPlanpublic PreparedStatement.Builder queryPlan(Object queryPlan) A representation of the query plan as a schema-less JSON object.- Parameters:
- queryPlan- the value to set
- Returns:
- this builder
 
 - 
usagepublic PreparedStatement.Builder usage(RequestUsage usage) 
 - 
buildpublic PreparedStatement build() 
 - 
copypublic PreparedStatement.Builder copy(PreparedStatement model) 
 
- 
 
-