public interface SQLStatement
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSQLToken(SQLToken sqlToken)
Add SQL token.
|
Conditions |
getConditions()
Get conditions.
|
int |
getParametersIndex()
Get index of parameters.
|
List<SQLToken> |
getSQLTokens()
Get SQL tokens.
|
Tables |
getTables()
Get tables.
|
SQLType |
getType()
Get SQL type.
|
void |
increaseParametersIndex()
Increase parameters index.
|
SQLType getType()
Tables getTables()
Conditions getConditions()
void addSQLToken(SQLToken sqlToken)
sqlToken - SQL tokenint getParametersIndex()
void increaseParametersIndex()
Copyright © 2019. All rights reserved.