单表

定义

  1. CREATE DEFAULT SINGLE TABLE RULE singleTableRuleDefinition
  2. ALTER DEFAULT SINGLE TABLE RULE singleTableRuleDefinition
  3. DROP DEFAULT SINGLE TABLE RULE
  4. singleTableRuleDefinition:
  5. RESOURCE = resourceName
  • RESOURCE 需使用 RDL 管理的数据源资源

示例

Single Table Rule

  1. CREATE DEFAULT SINGLE TABLE RULE RESOURCE = ds_0
  2. ALTER DEFAULT SINGLE TABLE RULE RESOURCE = ds_1
  3. DROP DEFAULT SINGLE TABLE RULE