public interface Query
| Modifier and Type | Method and Description |
|---|---|
int |
getQuerySize() |
void |
validate() |
void |
writeFirstRewritePart(OutputStream os) |
void |
writeLastRewritePart(OutputStream os) |
int |
writeLastRewritePartLength() |
void |
writeTo(OutputStream os) |
void |
writeToRewritablePart(OutputStream os,
int rewriteOffset) |
int |
writeToRewritablePartLength(int rewriteOffset) |
int getQuerySize()
throws IOException
IOExceptionvoid writeTo(OutputStream os) throws IOException
IOExceptionint writeLastRewritePartLength()
int writeToRewritablePartLength(int rewriteOffset)
throws IOException
IOExceptionvoid writeFirstRewritePart(OutputStream os) throws IOException
IOExceptionvoid writeLastRewritePart(OutputStream os) throws IOException
IOExceptionvoid writeToRewritablePart(OutputStream os, int rewriteOffset) throws IOException
IOExceptionvoid validate()
throws QueryException
QueryExceptionCopyright © 2016. All rights reserved.