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