KxSystems / kdb

Companion files to kdb+ and q
https://code.kx.com/q
Apache License 2.0
417 stars 163 forks source link

Add additional methods to JDBC driver to support Alation Data Catalog #17

Closed lozbrown closed 4 years ago

lozbrown commented 4 years ago

In order to on-board KDB databases into Alation Enterprise Data Catalog the JDBC driver must support the following methods

These methods are part of the JDBC API spec and as such are described here: https://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html

For the most part these would be translations of q functions like meta and tables[].

Adding a Custom Data Source – Alation.pdf