JDBC Driver for Apache HBase

Build 22.0.8462

Data Model

The CData JDBC Driver for Apache HBase models the Apache HBase REST APIs as relational tables and stored procedures that can be accessed with standard SQL. This enables access from standards-based tools.

The table definitions are dynamically retrieved. When you connect, the driver connects to Apache HBase and gets the list of tables and the metadata for the tables by querying the HBase REST server. Any changes to the remote data are immediately reflected in your queries.

Stored Procedures are function-like interfaces to the data source. Stored procedures model actions that typically cannot be represented as SELECT, INSERT, UPDATE, or DELETE statements. The stored procedures of the driver surface the capabilities of the DDL (data definition language) in Apache HBase.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462