| Constructor and Description |
|---|
DrizzleQuery(byte[] query) |
DrizzleQuery(String query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObj) |
String |
getQuery() |
QueryType |
getQueryType() |
int |
length() |
void |
writeTo(OutputStream os) |
void |
writeTo(OutputStream ostream,
int offset,
int packLength) |
public DrizzleQuery(String query)
public DrizzleQuery(byte[] query)
public void writeTo(OutputStream os) throws IOException
writeTo in interface QueryIOExceptionpublic QueryType getQueryType()
getQueryType in interface Querypublic void writeTo(OutputStream ostream, int offset, int packLength) throws IOException
writeTo in interface QueryIOExceptionCopyright © 2016. All rights reserved.