Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement methods of java.sql.DatabaseMetaData to enable introspect using JDBC metadata option in DataGrip #3

Open
kornilova203 opened this issue Jun 17, 2019 · 1 comment
Assignees

Comments

@kornilova203
Copy link
Contributor

Methods that should be implemented:

  • getSchemas
  • getTables
  • getColumns

Implementation should retrieve needed information from native Cassandra driver and wrap it in some ResultSet implementation (maybe it will be possible to use com.dbschema.CassandraResultSet)

@bschoening
Copy link
Contributor

CASSANDRA-14825 added support for server-side DESCRIBE.

@tjlee tjlee self-assigned this Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants