Skip to content
#

mycat

Here are 35 public repositories matching this topic...

junwen12221
junwen12221 commented Mar 3, 2020

一种针对sql的匹配器,主要是mysql,但完备情况上不限sql方言
1.支持sql词法,主要是mysql
2.支持多语句,以;分隔的多个sql的字符串,匹配模式中的;原则上不影响多语句中每个sql的匹配,如果不支持这个特性,那意味着每个匹配模式都要写两个版本,一个带;一个不带
3.一个匹配模式对应一个sql
4.支持通配符 {xx}是字符串捕获,在匹配模式中select id from {xxxx} 可以对应select id from travelrecord 或者 select id from travelrecord where id = 1;
此时xxx是travelrecord 或者travelrecord where id = 1
5.支持?词法单元捕获,参考预处理的匹配模式,此单元原则上就是mysql词法单元的一个字面量,对应数值类型,字符等,而不是1+1(

HIS英文全称 hospital information system(医院信息系统http://59.110.234.89 ),医疗信息就诊系统,系统主要功能按照数据流量、流向及处理过程分为临床诊疗、药品管理、财务管理、患者管理。诊疗活动由各工作站配合完成,并将临床信息进行整理、处理、汇总、统计、分析等。本系统包括以下工作站:门诊医生工作站、药房医生工作站、医技医生工作站、收费员工作站、对帐员工作站、管理员工作站。

  • Updated Jan 10, 2020
  • Java

Improve this page

Add a description, image, and links to the mycat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mycat topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.