public final class Query extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getFormattedSize()
Get the length of formatted statement.
|
int |
getPartSize()
Get the number of parts.
|
int |
hashCode() |
static Query |
parse(String sql)
Parses an origin statement as a
Query. |
void |
partTo(StringBuilder builder,
int i)
Writes an index specified statement part to a
StringBuilder. |
String |
toString() |
public void partTo(StringBuilder builder, int i)
StringBuilder.builder - the StringBuilderi - the index.public int getFormattedSize()
public int getPartSize()
Copyright © 2018–2023 asyncer.io. All rights reserved.