TDV Adapter for Apache HBase

Build 22.0.8462

CreateTable

Creates the specified table in Apache HBase.

Note: This procedure makes use of indexed parameters. These input parameters are denoted with a '#' character at the end of their names.

Indexed parameters facilitate providing multiple instances a single parameter as inputs for the procedure.

Suppose there is an input parameter named Param#. Input multiple instances of an indexed parameter like this:

EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"

Input

Name Type Description
TableName String The name of the table you wish to create. If the table already exists in Apache HBase, the existing schema will be replaced with the one specified by ColumnFamily.
ColumnFamily# String The name of the column family to add to the table. At least one is required.

Result Set Columns

Name Type Description
Success String Returns true if the operation is successful, else an exception is returned.

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