| Constructor and Description |
|---|
MySQLQuery(String query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObj) |
String |
getQuery() |
QueryType |
getQueryType() |
String |
toString() |
void |
validate() |
void |
writeTo(OutputStream os) |
void |
writeTo(OutputStream ostream,
int offset,
int packLength) |
void |
writeToRewritablePart(OutputStream os,
int rewriteOffset) |
public MySQLQuery(String query)
public void writeTo(OutputStream os) throws IOException
writeTo in interface QueryIOExceptionpublic void writeToRewritablePart(OutputStream os, int rewriteOffset) throws IOException, QueryException
writeToRewritablePart in interface QueryIOExceptionQueryExceptionpublic QueryType getQueryType()
getQueryType in interface Querypublic void writeTo(OutputStream ostream, int offset, int packLength) throws IOException
IOExceptionpublic void validate()
throws QueryException
validate in interface QueryQueryExceptionCopyright © 2015. All rights reserved.