forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
41 lines
2.3 KiB
HTML
41 lines
2.3 KiB
HTML
<a name="EN-US_TOPIC_0000001460882148"></a><a name="EN-US_TOPIC_0000001460882148"></a>
|
|
|
|
<h1 class="topictitle1">JDBC-Based Development</h1>
|
|
<div id="body8662426"><p id="EN-US_TOPIC_0000001460882148__aa806003196d444e4910e8aeb1d0e7753">Java Database Connectivity (JDBC) is a Java API for executing SQL statements, providing a unified access interface for different relational databases, based on which applications process data. <span id="EN-US_TOPIC_0000001460882148__text868486363">GaussDB(DWS)</span> supports JDBC 4.0 and requires JDK 1.6 or later for code compiling. It does not support JDBC-ODBC Bridge.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="dws_04_0090.html">JDBC Package and Driver Class</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0091.html">Development Process</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0092.html">Loading a Driver</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0093.html">Connecting to a Database</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0095.html">Executing SQL Statements</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0096.html">Processing Data in a Result Set</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0097.html">Closing the Connection</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0098.html">Example: Common Operations</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0099.html">Example: Retrying SQL Queries for Applications</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0100.html">Example: Importing and Exporting Data Through Local Files</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0101.html">Example: Migrating Data from MySQL to GaussDB(DWS)</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_10001.html">Example: Processing the RoaringBitmap Result Set on Application Then Importing It to GaussDB(DWS)</a></strong><br>
|
|
</li>
|
|
<li class="ulchildlink"><strong><a href="dws_04_0102.html">JDBC Interface Reference</a></strong><br>
|
|
</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_04_0085.html">Using JDBC or ODBC for GaussDB(DWS) Secondary Development</a></div>
|
|
</div>
|
|
</div>
|
|
|