liruhui opened a new issue #15732:
URL: https://github.com/apache/shardingsphere/issues/15732


   ## 问题咨询
   ```java
   官方文档介绍的行表达式 不管是数据库还是表  数据库的名称和表的名称都是有规律的  
   都是有前缀的 可以使用行表达式  ,如果数据库的名称和表名称随便定义  无任何规律  
   那么javaAPI如何编写呢?
   ```
   ## 比如
   ```java
   比如有三个数据库 名称分别是aaa bbb  ccc    aaa数据库中有表ddd , bbb数据库中有表eee    ,ccc数据库中有表fff 
   其中 ddd eee fff表其实是同一张表  就是表名称不一样而已  
   
   编写代码 构造函数的第二个参数应该如何写呢
    ShardingTableRuleConfiguration shardingTableRuleConfiguration = new 
ShardingTableRuleConfiguration("brand", "");
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to