ODBC Driver for HarperDB

Build 23.0.8839

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839