Skip to main content
Version: 2.22

OqlQueryComponent SQL 查询

结构声明

interface OqlQueryComponent {
"concept": "OqlQueryComponent", // 产品概念
"label": string, // SQL 查询标题
"code": string, // SQL 查询
"typeAnnotation": TypeAnnotation, // 相关类型
"dataSource": string, // 数据源
}

示例

简单示例

{
"concept": "OqlQueryComponent",
"label": "SQL 查询",
"code": null,
"typeAnnotation": null,
"dataSource": null
}