public interface SQLStatement
| Modifier and Type | Method and Description |
|---|---|
void |
addSQLToken(SQLToken sqlToken)
Add SQL token.
|
<T extends SQLToken> |
findSQLToken(Class<T> sqlTokenType)
Find SQL token.
|
Conditions |
getEncryptConditions()
Get encrypt conditions.
|
String |
getLogicSQL()
Get logic SQL.
|
int |
getParametersIndex()
Get index of parameters.
|
Conditions |
getRouteConditions()
Get route conditions.
|
List<SQLToken> |
getSQLTokens()
Get SQL tokens.
|
Tables |
getTables()
Get tables.
|
SQLType |
getType()
Get SQL type.
|
void |
increaseParametersIndex()
Increase parameters index.
|
void |
setLogicSQL(String logicTable)
Set logic SQL.
|
SQLType getType()
Tables getTables()
Conditions getRouteConditions()
Conditions getEncryptConditions()
void addSQLToken(SQLToken sqlToken)
sqlToken - SQL token<T extends SQLToken> com.google.common.base.Optional<T> findSQLToken(Class<T> sqlTokenType)
T - type of SQL tokensqlTokenType - SQL token typeint getParametersIndex()
void increaseParametersIndex()
String getLogicSQL()
void setLogicSQL(String logicTable)
logicTable - logic SQLCopyright © 2019 The Apache Software Foundation. All rights reserved.