public interface Query
| Modifier and Type | Method and Description |
|---|---|
String |
getQuery() |
QueryType |
getQueryType() |
void |
validate() |
void |
writeTo(OutputStream os) |
void |
writeToRewritablePart(OutputStream os,
int rewriteOffset) |
String getQuery()
void writeTo(OutputStream os) throws IOException, QueryException
IOExceptionQueryExceptionvoid writeToRewritablePart(OutputStream os, int rewriteOffset) throws IOException, QueryException
IOExceptionQueryExceptionQueryType getQueryType()
void validate()
throws QueryException
QueryExceptionCopyright © 2015. All rights reserved.