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 |
getBoundsVariables() |
abstract ParsedStatement.Prepared |
prepare() |
void |
setBoundVariables(java.util.List<ColumnIdentifier> boundNames) |
public VariableSpecifications getBoundsVariables()
public void setBoundVariables(java.util.List<ColumnIdentifier> boundNames)
public abstract ParsedStatement.Prepared prepare() throws RequestValidationException
RequestValidationException
Copyright © 2013 The Apache Software Foundation