dinky icon indicating copy to clipboard operation
dinky copied to clipboard

Override AbstractJdbcDriver method getTable The default method takes …

Open yangzehan opened this issue 1 year ago • 1 comments

image

image 原方法需要获取数据库中全部表的元数据再过滤比较花费时间

yangzehan avatar Feb 06 '24 06:02 yangzehan

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

yangzehan avatar Feb 06 '24 13:02 yangzehan