| 程序包 | 说明 |
|---|---|
| com.geese.plugin.excel |
| 限定符和类型 | 方法和说明 |
|---|---|
static OperationKey |
OperationKey.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OperationKey[] |
OperationKey.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<OperationKey,String> |
ExcelHelper.parseInsert(String insert)
插入语句关键字解析
|
private static Map<OperationKey,String> |
ExcelHelper.parseKeys(String query,
String[] keys)
关键字解析
1. from -> `FROM`, where -> `WHERE`
2. 1 name from sheet where name like % limit 10 30 -> [1 name, name like %, 10 30]
|
static Map<OperationKey,String> |
ExcelHelper.parseQuery(String query)
查询语句关键字解析
|
Copyright © 2017. All rights reserved.