ClickHouse/docs/ja/interfaces/jdbc.md
2024-11-18 11:58:58 +09:00

14 lines
526 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
slug: /ja/interfaces/jdbc
sidebar_position: 22
sidebar_label: JDBC ドライバー
---
# JDBC ドライバー
JavaアプリケーションからClickHouseにアクセスするために、[公式JDBCドライバー](https://github.com/ClickHouse/clickhouse-jdbc)およびJavaクライアントを使用してください。
- サードパーティ製ドライバー:
- [ClickHouse-Native-JDBC](https://github.com/housepower/ClickHouse-Native-JDBC)
- [clickhouse4j](https://github.com/blynkkk/clickhouse4j)