cdata-cli-java
Installation
SKILL.md
SKILL: CData CLI — Java / JDBC Build
Build-phase companion to the cdata-cli skill. cdata-cli handles discovery
(connect, explore schema, validate SQL) using the JDBC driver; this skill takes over
once you start writing JVM application code using that same CData JDBC Driver.
This is the most continuous of the build skills: the JDBC jar an app needs is exactly the
jar cdata-cli already downloaded and activated during discovery. Everything validated
there — tables, columns, SQL — runs unchanged through JDBC.
Language / Driver Edition
| Language | CData edition | Entry points |
|---|---|---|
| Java (also Kotlin, Scala, other JVM) | CData JDBC Driver | Driver class cdata.jdbc.<source>.<Source>Driver; URL jdbc:<source>:<connection-string> |