| 程序包 | 说明 |
|---|---|
| net.hasor.dataql |
DataQL 全面提供 “数据” + “服务” 整合查询能力。
|
| net.hasor.dataql.runtime |
DataQL,执行运行时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
default QIL |
DataQL.compilerQuery(InputStream queryInput)
解析并编译 DataQL 执行脚本
|
default QIL |
DataQL.compilerQuery(InputStream queryInput,
Charset charset)
解析并编译 DataQL 执行脚本
|
QIL |
DataQL.compilerQuery(QueryModel queryModel)
编译已经解析好的 DataQL
|
default QIL |
DataQL.compilerQuery(Reader queryReader)
解析并编译 DataQL 执行脚本
|
default QIL |
DataQL.compilerQuery(String queryString)
解析并编译 DataQL 执行脚本
|
| 限定符和类型 | 方法和说明 |
|---|---|
Query |
DataQL.createQuery(QIL compilerQIL)
创建查询实例
|
| 限定符和类型 | 方法和说明 |
|---|---|
static QIL |
QueryHelper.queryCompiler(InputStream queryInput,
Charset charset,
Finder importFinder)
解析并编译 DataQL 执行脚本
|
static QIL |
QueryHelper.queryCompiler(InputStream queryInput,
Finder importFinder)
解析并编译 DataQL 执行脚本
|
static QIL |
QueryHelper.queryCompiler(QueryModel queryModel,
Set<String> compilerVar,
Finder importFinder)
编译已经解析好的 DataQL
|
static QIL |
QueryHelper.queryCompiler(Reader queryReader,
Finder importFinder)
解析并编译 DataQL 执行脚本
|
static QIL |
QueryHelper.queryCompiler(String queryString,
Finder importFinder)
解析并编译 DataQL 执行脚本
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Query |
QueryHelper.createQuery(QIL qil,
Finder finder)
创建查询实例
|
Copyright © 2020. All rights reserved.