public final class ParsedSql extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ImmutableList<String> |
getNamedParameters()
Gets the named parameters.
|
ImmutableList<String> |
getNamedParameters(boolean isForCouchbase)
Gets the named parameters.
|
int |
getParameterCount()
Gets the parameter count.
|
int |
getParameterCount(boolean isForCouchbase)
Gets the parameter count.
|
String |
getParameterizedSql()
Gets the parameterized SQL.
|
String |
getParameterizedSql(boolean isForCouchbase)
Gets the parameterized SQL.
|
int |
hashCode() |
static ParsedSql |
parse(String sql) |
String |
sql()
Gets the named SQL.
|
String |
toString() |
public String sql()
public String getParameterizedSql()
public String getParameterizedSql(boolean isForCouchbase)
isForCouchbase - public ImmutableList<String> getNamedParameters()
public ImmutableList<String> getNamedParameters(boolean isForCouchbase)
isForCouchbase - public int getParameterCount()
public int getParameterCount(boolean isForCouchbase)
isForCouchbase - public boolean equals(Object obj)
Copyright © 2021. All rights reserved.