JDBC Driver for HarperDB

Build 22.0.8462

CreateTable

Creates a table in HarperDB.

Input

Name Type Required Description
SchemaName String True The name of the schema.
TableName String True The name of the table.
PrimaryKey String True The name of the primary key (hash attribute) for the table.
Residence String False A comma-separated list of nodes to synchronize table data. Use * to specify all nodes.

Result Set Columns

Name Type Description
Success String Whether or not the table was successfully created.

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