dinky
dinky copied to clipboard
Override AbstractJdbcDriver method getTable The default method takes …
原方法需要获取数据库中全部表的元数据再过滤比较花费时间
Please consider the situation where the data source does not support jdbc.请考虑数据源不支持 jdbc 的情况。
Now all drivers inherit AbstractJdbcDriver. if jdbc is not supported, the method can be overridden