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