Esta página aún no está disponible en su idioma local. Estamos trabajando arduamente para agregar más versiones de idiomas. Gracias por tu apoyo.

On this page

Development Guideline

Updated on 2022-09-14 GMT+08:00

Development Guideline

As an independent DBMS system, ClickHouse allows you to use the SQL language to perform common operations. In the development program example, the clickhouse-jdbc API is used for description. The development process consists of the following parts:

  • Setting properties: Sets the parameters for connecting to a ClickHouse service instance.
  • Establishing a connection: Establishes a connection to the ClickHouse service instance.
  • Creating a database: Creates a ClickHouse database.
  • Creating a table: Creates a table in the ClickHouse database.
  • Inserting data: Inserts data into a ClickHouse table.
  • Querying data: Queries data in ClickHouse tables.
  • Deleting a table: Deletes a ClickHouse table.
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback