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 |
---|---|
int |
getBoundsTerms() |
abstract ParsedStatement.Prepared |
prepare() |
void |
setBoundTerms(int boundTerms) |
public int getBoundsTerms()
public void setBoundTerms(int boundTerms)
public abstract ParsedStatement.Prepared prepare() throws RequestValidationException
RequestValidationException
Copyright © 2013 The Apache Software Foundation