Modifier and Type | Method and Description |
---|---|
Statement.Builder |
append(String sqlFragment)
Appends
sqlFragment to the statement. |
ValueBinder<Statement.Builder> |
bind(String parameter)
Returns a binder to bind the value of the query parameter
parameter . |
Statement |
build()
Builds the
Statement . |
public Statement.Builder append(String sqlFragment)
sqlFragment
to the statement.public ValueBinder<Statement.Builder> bind(String parameter)
parameter
.public Statement build()
Statement
.Copyright © 2018 Google. All rights reserved.