public static class SqlCodeStat.SqlStat extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
aggregateCount |
int |
conditionCount |
int |
create |
int |
cte |
int |
delete |
int |
drop |
int |
fromCount |
int |
functionCallCount |
int |
groupByCount |
int |
having |
int |
insert |
int |
joinConditionCount |
int |
joinCount |
int |
limit |
int |
orderByCount |
int |
otherConditionCount |
int |
select |
int |
statementCount |
int |
union |
int |
update |
int |
valueConditionCount |
| Constructor and Description |
|---|
SqlStat() |
public int statementCount
public int cte
public int union
public int select
public int groupByCount
public int orderByCount
public int fromCount
public int joinCount
public int insert
public int update
public int delete
public int create
public int drop
public int conditionCount
public int joinConditionCount
public int valueConditionCount
public int otherConditionCount
public int limit
public int aggregateCount
public int functionCallCount
public int having
Copyright © 2013–2020 Alibaba Group. All rights reserved.