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 Query
IOException
public void writeToRewritablePart(OutputStream os, int rewriteOffset) throws IOException, QueryException
writeToRewritablePart
in interface Query
IOException
QueryException
public QueryType getQueryType()
getQueryType
in interface Query
public void writeTo(OutputStream ostream, int offset, int packLength) throws IOException
IOException
public void validate() throws QueryException
validate
in interface Query
QueryException
Copyright © 2016. All rights reserved.