public abstract class ParsedStatement
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ParsedStatement.Prepared |
Constructor and Description |
---|
ParsedStatement() |
Modifier and Type | Method and Description |
---|---|
VariableSpecifications |
getBoundVariables() |
java.lang.Iterable<Function> |
getFunctions() |
abstract ParsedStatement.Prepared |
prepare() |
void |
setBoundVariables(java.util.List<ColumnIdentifier> boundNames) |
void |
setBoundVariables(VariableSpecifications variables) |
public VariableSpecifications getBoundVariables()
public void setBoundVariables(java.util.List<ColumnIdentifier> boundNames)
public void setBoundVariables(VariableSpecifications variables)
public abstract ParsedStatement.Prepared prepare() throws RequestValidationException
RequestValidationException
public java.lang.Iterable<Function> getFunctions()
Copyright © 2017 The Apache Software Foundation