Files
doc-exports/docs/dws/dev/dws_04_0102.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

1638 lines
188 KiB
HTML

<a name="EN-US_TOPIC_0000002080099797"></a><a name="EN-US_TOPIC_0000002080099797"></a>
<h1 class="topictitle1">JDBC Interfaces</h1>
<div id="body8662426"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2e0dde3fb73646249820b38f6f31f6c6">JDBC interface is a set of API methods for users. This section describes some common interfaces. For other interfaces, see information in JDK1.6 (software package) and JDBC 4.0.</p>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section862131025019"><h4 class="sectiontitle">java.sql.Connection</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a50fdf09209fd4905ba852d34ac6a876b">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b26163395764129">java.sql.Connection</strong>, the interface for connecting to a database.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_t5b562165dc5a4b4da06a9f42ed0a01b8" frame="border" border="1" rules="all"><caption><b>Table 1 </b>java.sql.Connection methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r9906af5ff23c44c1811858d101c18f17"><th align="left" class="cellrowborder" valign="top" width="37.86%" id="mcps1.3.2.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3f67255b85d8457b9906bf9e63336986"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b8819191716116">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="32.32%" id="mcps1.3.2.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a33da5b53b9b5466fbffd24fa6f3c4748"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1867422011113">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="29.82%" id="mcps1.3.2.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acbab60cc7ac84c49b46b75b9fe0b7259"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1465617168132">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rcb5ce1b9db43409d8a86058e6718dcf6"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa1bc9b9d4c5748478cfcf1be55552f50">close()</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acded0a2b6bdd4dec9d4c7dcfc101321c">void</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad60fbafd754e415fba6d392fdfd36efc">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5152ca3485c548f5946d7bbc926ba781"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab1729b03e32341bf90306b191c3419c0">commit()</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2fdc3cfcb3db418fb3553a776a22c897">void</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0ff306ae1af141a6bdfb4d0a93d1eb4e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd621439d251848c5a5e94a137f9876bb"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a16bf066c59004e8783d76d4f3ad68747">createStatement()</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa28457fe66c94713abae5eaa39e333ba">Statement</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a743433008c134ca98b33e5c1bac47fa8">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r2df4f6eab9b240e99fbc9f2c9c224922"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac22923c57b16424dba153e400c766aa8">getAutoCommit()</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8758d9bc88c840ceae065815076bd9d3"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text28411471284">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a39c89c73d3104a688797368fbe8bc010">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r3ed88f0dce8e4b29943f5f53076cfb8d"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8cb4b7a3b65e4503bcecc8301fcb8b2c">getClientInfo()</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad7403b4dafd64b5698d689b9e7a04223">Properties</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac22f1fb7bc1d477284c6fcd40f1d376f">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r07f8ad8dd8514e019c6fc51d267273e2"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4534b10128ed488d98c14d7a6fcb982d">getClientInfo(String name)</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adf5b8e2f629c46ef8d753afaf8414af4">String</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a55f6599bf5a44c529428f450059433c1">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r776625465e534ffab1ba689a6d0ad3af"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a090bd9636498472ab92453a4c9c8a1a8">getTransactionIsolation()</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a82065c6267ad4ed88db83378512243a7">int</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab2ca1dffbc694f68966d405c1308aae8">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r2a76a312037248519c23125b829f5485"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a21a1d383347645ac84885fc730cd74c1">isClosed()</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abbd80d11b4cb4bebb196b954c6dd8a74"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text681112562087">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad89a21d592c44267b0c45af91bd7d56f">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r68ba26f9e6f54c4db2ea403f8008c02d"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abb53bef0769b462da9ee06a2d73cbaaf">isReadOnly()</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9a09cf8093ca4452a7b237444d31661b"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text1794555714817">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a70724a7f2e87470c83a1ea9ac3db30ab">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5f65843de0414ab1a8e256ee755fff0b"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a209fd80a06c64bee88eec91b75434007">prepareStatement(String sql)</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab7d7e718a59140eb97545ecc6b713e35">PreparedStatement</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a63c352ffef284b74a5f3e04eeee11ed1">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r44c8fef4b905410fa22e81c3904227e2"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9343521acbb847b8bebbad9b143a22f5">rollback()</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac5cd617321b84325ac8e59226d2a8ef3">void</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a11aabcc864b6443fad863f741094d7ec">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r6192302ef5a04e1da23e1fb8948c2d45"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acd06e49af1044f0ca8b31b219eccca1e">setAutoCommit(boolean autoCommit)</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ace01bd94193b4fe89ead83268d66affd">void</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6f4b70988a0f49c3b321396b5677e4cd">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r613dccb4cf81444ea389bdeea5765221"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a024e7250698f48e8a03ec70e55d175b0">setClientInfo(Properties properties)</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4a27e26e153d4ddf97d9ff8f75ac0334">void</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abfee363b7dcf47e1867a2e1d7a261cb4">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_raffc3751a26b47a6920697b50af5ed91"><td class="cellrowborder" valign="top" width="37.86%" headers="mcps1.3.2.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a93733b16de1e4b9e85a96f3da9c60478">setClientInfo(String name,String value)</p>
</td>
<td class="cellrowborder" valign="top" width="32.32%" headers="mcps1.3.2.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acdb323580a0044689dc01f472ae6fafc">void</p>
</td>
<td class="cellrowborder" valign="top" width="29.82%" headers="mcps1.3.2.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afb4464c2f7fd4b6f9bae5d64cd487cc1">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="notice" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_nedad9d27b3da45b4b7e5b84b7ebfc7f9"><span class="noticetitle"><img src="public_sys-resources/notice_3.0-en-us.png"> </span><div class="noticebody"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0d9a965634244be19a5d6bcf3c318cba">The interface uses the AutoCommit mode by default, but you can disable it by setting <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b18936101916167">setAutoCommit</strong> to <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b510342961615">false</strong>. This will package all subsequent statements in explicit transactions. Note that you will not be able to execute statements that cannot be executed within transactions.</p>
</div></div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section12412338195013"><h4 class="sectiontitle">java.sql.CallableStatement</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3ce7a0fe22944eac84f24b81bd07ad4e">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b188706712864129">java.sql.CallableStatement</strong>, the stored procedure execution interface.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_tde3ef45832394f4587ae8b1660ace838" frame="border" border="1" rules="all"><caption><b>Table 2 </b>java.sql.CallableStatement methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r35bf7629e63b45a0a2c185c5d8b91cc4"><th align="left" class="cellrowborder" valign="top" width="38.33%" id="mcps1.3.3.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad2ed9500dfc643bdab03487cff50c72b"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b414581381818">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="30.330000000000002%" id="mcps1.3.3.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad75b7c756c0c4e03870a7613842c3e77"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b16639192761816">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="31.34%" id="mcps1.3.3.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af8f720dfd0674bee990afdb4c8c46db9"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b470513071812">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r80a7b8fc5c2f4b4f83178bbe3a04916f"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7f815c52b62f4121848d33a25084d9de">registerOutParameter(int parameterIndex, int type)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a19121e16a9684404907485813d243de7">void</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0bbbe96b016847a593c4774597205efe">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r49ae39b735c14f7b852f0e3720ff2cb4"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5f730d596b4444d3981d5963b9f1e92d">wasNull()</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a750fb65b03264509b5860c3ea34a72c7"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text2701421292">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adf0094a33d4c4add904d8ddecea80c09">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5d1453aa768744cfa85bc2f6c7634553"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3efbcb9ef8664beaa4356a5c97b6d056">getString(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8e49e243535a414f988678d9164d4527">String</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0f4ef473129045e89e54d8c734d4a7dc">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r215cab6f4d1d47c7852386608380abd1"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adcc566ce75cf4efeb794e918c108abcb">getBoolean(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad0f4ab4d621c4eeda2d9b9c20d113e52"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text9623517912">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1c773aea1edc4b3da45b275a66d20603">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf7e3f19159dc4962b4bbce70d1dc0591"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab183cccb55bf41cb8d4cc944f981cb5d">getByte(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aac4dc97318504bfca2de6da6e0596701">byte</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab657d6691cb5426898c116f021698e91">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r8e45dd425e7c45afb27ed2bfe8b62a8a"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a559b8a3f14094dacb39c3c9b39eff877">getShort(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a47d808ffdc8d4bf5aad8a3dec6a6701a">short</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0dfe7680df8d409181762deef029dc36">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ref14f245f065440b908248aaf930a816"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3d36ef765da747de9b62fd5ff4581d77">getInt(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a580fe20ccf654f7a93d1f17debf0ee14">int</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a83c5242bc7524f5b8cf8eb1d4b54e834">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rcf864938659b482eab0b4df88663d38b"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a909fb13a21eb450b95f17b0ce1ff1fc1">getLong(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af7ca3193102a407a8a4804a43cc27964">long</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a89d835e377ad441f85b415eeeb2eebc0">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r09fd86a77cd74aa88db989fecc0bedba"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afb25a82ff863476482043adb83553ac2">getFloat(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a709d028ea7a6484fa3ea2b96f3ad94a3">float</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a280c8ae6543745c683b42c52837bdeb5">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r553ddb53ab304966a8ff716c420d217f"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1e154080057946f386eb6522c41dac4e">getDouble(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a660729e2e6d24f62af08fc7370c4ba61">double</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af0c6cada973d4347ad7eb51c8030490b">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rcc211efc44af49df94dd1f051715bb2f"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac9ae063c1cb9461ba281b89e5f3890aa">getBigDecimal(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a84c47073013f48b79d180c5c3583f38f">BigDecimal</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9244f63a818142e1b27d192f7817efc0">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r37bfa7a496d74292bfd17cb58a041120"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6221f95c1217480a9fb87be6b1b113c0">getBytes(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a10bf9b80d7bc48f3994bee1c9fa8a8f2">byte[]</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9986e226686343b4823bad1343d7da68">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd40fab31939a4080835c195a06e3ff01"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a280740fffcfd463f95b871ebd83d9f40">getDate(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af7548378bd2b4b1b91e7770bc3a29d40">Date</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2a0cd10552f84f63940144ba86d32a90">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r58593b6d63a44becbd74c8d1145cc02f"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad2d9d972cf4b48ecae0da86f5dd1a209">getTime(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9a9f6a0274fc43fb833d3a2ed455c2f8">Time</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5b9e61094f8e4d6ca7080f5e95bac871">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r3e13671fcfca4bbbaf4253acc993829c"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4862fdefa9fd48c59f506064f707c6b7">getTimestamp(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0c033b626f4241f8a4efbb4d5de7d556">Timestamp</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a28a3e4aa93674c9e8d42c7571483a7de">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_re117307f16214f518670762aaeb0a2f7"><td class="cellrowborder" valign="top" width="38.33%" headers="mcps1.3.3.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab341352d18ec4ed5a4217296d758452b">getObject(int parameterIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="30.330000000000002%" headers="mcps1.3.3.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a147b1654e6404fa38d5594178837103e">Object</p>
</td>
<td class="cellrowborder" valign="top" width="31.34%" headers="mcps1.3.3.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab80ce63f1e674d26aee9872e22d1e26b">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="note" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_n93ecfca60cb649a39de03337720ed98e"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_u22c459f55a6f4151bcb241ba67a163c8"><li id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_lb7499252af2d41b89aafd67cceb1a71b">Do not perform batch operations on statements containing <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b387111410195">OUT</strong> parameters.</li><li id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_l80539b9c718f478c8cdb6d394f67af1d">The following methods are inherited from <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b182881515101913">java.sql.Statement</strong>: <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b10939112017198">close</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b733202310199">execute</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b2859627171910">executeQuery</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1543223114192">executeUpdate</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b138181033111913">getConnection</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b17912183691917">getResultSet</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b11671183941912">getUpdateCount</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b3947134311912">isClosed</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b144568466194">setMaxRows</strong>, and <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b18448185419194">setFetchSize</strong>.</li><li id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_l6131def1a7d64a10812ce657e2f3d693">The following methods are inherited from <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b16770112242019">java.sql.PreparedStatement</strong>: <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1167920255203">addBatch</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b102339309205">clearParameters</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b89543272011">execute</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b248963418203">executeQuery</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b7257193819209">executeUpdate</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b13203144192014">getMetaData</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b62301246112011">setBigDecimal</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b183931149102019">setBoolean</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b15659145212206">setByte</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b784195617201">setBytes</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b78075913206">setDate</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1974911182118">setDouble</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b3535185132113">setFloat</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b198844818217">setInt</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b20689511162115">setLong</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b18525131732112">setNull</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b111541621192110">setObject</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1343282402112">setString</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b798892632120">setTime</strong>, and <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b89361129132112">setTimestamp</strong>.</li></ul>
</div></div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section161121256135015"><h4 class="sectiontitle">java.sql.DatabaseMetaData</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_en-us_topic_0059779369_p108452113184">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b937219302210">java.sql.DatabaseMetaData</strong>, the interface for defining database objects.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_tdb232d53d3ff4dd284f716df6b8eb489" frame="border" border="1" rules="all"><caption><b>Table 3 </b>java.sql.DatabaseMetaData methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r07903dd3d2ff4311a1d13f7c359a59a2"><th align="left" class="cellrowborder" valign="top" width="37.730000000000004%" id="mcps1.3.4.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8352836c7a654a5ca88d213419756940"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1748181952210">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25.34%" id="mcps1.3.4.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac56841e7fbd54ee78f465257960c2a6a"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b366315265224">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="36.93%" id="mcps1.3.4.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a07e60994bc054b5b84aef924b7b4bc64"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b340692822215">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r4433bc9c438b4c148495cb83e188d390"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae1086af317404e728a7486b1bab0adeb">getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types)</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a65d3a01c0ae44f3ab3b97b02dbeb4265">ResultSet</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1814c7974ef442cc9a01685a8e865ff0">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r70ff6017bf1448e4b8d7ce2da098c481"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5d7974c5b0dc4234a83becfe5d57d1d0">getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae1386c3d895c49e280751ea297cdc3f2">ResultSet</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1e4c6d8d57674037a6e11dff4c9c5c9e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r03db6eddb18349f8ac4ad362a628e29a"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae75e55530cd54f409dadef16cadef141">getTableTypes()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae9e9359dea884bd181e5fd0cc41c8c83">ResultSet</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac47df01271844bf59c3789e248f43f82">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r4e9d001dd0db4958ae6a4932ef9266a1"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9baf7e4ce90346a2b9395261574d58f6">getUserName()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab53fb6a253f14db79ff73a8afd6ae232">String</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adc24394825fc4163bd088465fb94a11c">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra3275278bb1f456590250eb380384868"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a90de07f1c77d41b3b7fd74cb461d6773">isReadOnly()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab3ecc1529ddd4369bc09adca8b1a316d">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8f5800d0351646a1b264845f1c2051fc">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r31cac42a44d247cb82175bb87d8d5809"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7d19fa1c83114c89b4ef5f3b7f376ec7">nullsAreSortedHigh()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5ebc7e51e36c427d97febb108414390a">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a29169f0f324d403587894c33f96b4749">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r701321d42808451fb434c582a037025f"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a71d1718cfd2346c4916a6c90fd6ef06f">nullsAreSortedLow()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_accd9632c6ba54f5c827bdc218bd65e2b">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4d85d9af3442441ebcaeb8d26a05652d">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf2f9e7a939ab496c8826a9953f7f6394"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6f038822ad68441fb1eca92ab7964c4e">nullsAreSortedAtStart()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afbf7b00120c044a3a35a34995c1cda66">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3db9a9c4ed784fa581b599c24d78ef12">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rced93b9c6354492489c19bf898887666"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4fdc4b536cd445d78432e61540b70e5b">nullsAreSortedAtEnd()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae922d1ad8ae541a3a6b00e078f65ad1d">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac4b649d198514a39a658eba7c6a8c874">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf92fb1ef330242aeb00ce4c49f2b06c8"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adee0285cf8b548969d87b77cc0051474">getDatabaseProductName()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9dca459689fe42aeb39dd126ee929898">String</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a59427dc12e624b9aa292f45a0715e9bc">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r23e4fcf8981e4ae1999b1bd3b95e990e"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a81e887f21fb44ab9ba5dd60f5b25743b">getDatabaseProductVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a275eee60b7144c028c4ff02d4b092302">String</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2fe7c452ad454effb00105bb1ea6d0e7">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra7d146f2bfdf4158bc4666e823ec03a5"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5c1fec604b96412480755017d69a66a0">getDriverName()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aab6a979b6a8f4694b952ffd58d40fdfc">String</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a207cd8c3f92f4074b34aded472f06ef9">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r72b7268effa24fa3b12769cf39e5084c"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6c4183a008284f14b9b922b79c506112">getDriverVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7fd9595fe3a740d7b556388f73721a87">String</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acb44278972274c08b5829bf4e6bbc521">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r6934aa7c89e94e28bb210a23ce63efb6"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a602359b29e94458f88aa5362de3254c2">getDriverMajorVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aeccba49101274fe4bc6d0575b11cad1f">int</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a942fa64a6982402f9502d6a7d60c292d">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r338e7093d3a4424eb972511294355305"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a89b015306bc2461c8e1b9901964c5b1c">getDriverMinorVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a979a65d299a4422ebe88bf8bb879281f">int</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad4a1e6b4bda74424924309eee869a073">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r766db60df824408ab6bebabf462ae9e5"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af1eb38b6345940e3af8afa1714fb4595">usesLocalFiles()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aab8bce7038684de583f286f0021ea6f8">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aae536d070b854bb4aea15410ee01d4c0">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_raf565f192fe04b89915f3da5afd5082c"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac9629ac2382446829dc0da0e5251b7da">usesLocalFilePerTable()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9f6b8538147941df9b3e9d282a7aa8bd">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0cec789d85b344dfb6cae9038a6eb5fd">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra2022de82bb1491db4197ec3cb8292a9"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa0b70d886adc46269e2afaff65950cf5">supportsMixedCaseIdentifiers()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a93f3d880fb3d4e08a15ce02c2d2c1850">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af3b2aadbb4bd417dbbaee62bd7f20549">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r4db6a6af11df4fe4a97c913b18f88019"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af37041379e314b5b8ba34e88e2142800">storesUpperCaseIdentifiers()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a955d2dcf96e34ae0adafc2e76bd62a0c">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acbd1489eb22340c5a5ea4e7129e21746">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_re07ac58d013a4a49a17dddf271f6b244"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a57a0fb682c2d4b41a5058521138c2f69">storesLowerCaseIdentifiers()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a63eb5f6ccce84839974c551ecf7f4897">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adae02209b72d40d297ebf37ae142a700">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_reec46634358746808ddc20b42af592ae"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a22c28886d6024dfe84836134000daf7f">supportsMixedCaseQuotedIdentifiers()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac6d3af9126754d7fad94918f7ce8ab8d">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5a6121181834488c9c2f88f36b9f8302">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rea4ca0b72e6841b783783b459c944dbd"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa20987e948e141c1a8b19002171d54fc">storesUpperCaseQuotedIdentifiers()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a54f9853a8daf45bfa4a2da6c80824f2f">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac5c5296cce6d4107acbd170c10b34375">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r9e265c684de44fa7aecd881219fe2703"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa660dfb2b347420ca33fe002c0a80ecf">storesLowerCaseQuotedIdentifiers()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac1f8cb6e438f400f93a8ff9c5ebed625">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a50fa4c953cf044e5a8ae8d1bba1f4a67">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r0f35fa4b2a64404c822935fbbcd472f3"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abec252fe8c394d98aa2a2e350bb5d5cb">storesMixedCaseQuotedIdentifiers()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1106c5d26f2c44d4a089016e670a7c24">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adb899d6dc99a42cbbc62995c458768f9">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r541a7df652be4f3d821a5a94607325fc"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a21a9ef035b904d6d99dd8c1000818aed">supportsAlterTableWithAddColumn()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a39f8a56052b24e98895b13967d4595a9">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9555654b36ee40c182dc81d0113f2aa9">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r08765739a53e48c09d79b782647998e3"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af48b82d316d34b74a5f2398b86424a50">supportsAlterTableWithDropColumn()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a25c02907b6814579bb50538d55ef05a4">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0efc612f72bd40049c6402bd7c69280d">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r9af3295cea894c5b847cd8580cf3d029"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a65b259f2b552464587fec84b087941f2">supportsColumnAliasing()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4eced024f12347b89d9ab55bb310403d">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a851ca7c71f8a4f0fb9d3f1ea70e37416">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5373d9a88fba4cf594f3430f1ae7c2df"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a440d0c0501ae404f8460219113b433e2">nullPlusNonNullIsNull()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa0177759ba7b424eabeab38ab67e23f9">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a839ba03c9bc54566a5ad02766cd1e198">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5324a89226c04c6da325af8682abeeab"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5fa76af99f774c7589d5193fc9543386">supportsConvert()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7e8f55c7955a476da3550b576f8798d3">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a951fc7e4563240d1974f275e80dde5cd">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r44bcfdb0412e43de9a8ecbc3847786e2"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1b7cda37b228455e85e1229a589738a7">supportsConvert(int fromType, int toType)</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6bd4cc55c0e2455aab3d02af57c56034">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3a49cd0ee003463091488d95a5e49c2e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rb544e14c6d984f37a7c81ae77319f369"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af8325832b83d4e80babd681b8580f80e">supportsTableCorrelationNames()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afe3b153aba0b45479b04ed075eea7dca">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac97189ca15924f9f96da45475a18505a">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r1be6d4280c45438c826edb5692ba8cb5"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae338c298765e40bbbc2b2703802f929b">supportsDifferentTableCorrelationNames()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a47b2283777144b36a61518010765acbd">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae0ae824cff9d49ac85f63dfc7077827e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd644d4cad70242eba678ca2b9e6864cf"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a96e79ef835b64f779da2107beac98f72">supportsExpressionsInOrderBy()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a316e7223b0a1468f959ce16a649a94cd">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a35179e3caf3c4e2da53ed81159b500c7">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r76d255ec77f943739ce546a15dfd7144"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a76c07070411b4adeb3e96e2b414babfe">supportsOrderByUnrelated()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aaf754cd261b24fcda16ce63c5a69fe4a">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a601d8f306619459887a78cb0ff7dcdbe">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5fc0f1890cbf4061bc499a5cfc36ab58"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a40e5446629f94bd5b87249fe0748f823">supportsGroupBy()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8fc5bbb408614d3cba5d6b5cad07963b">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acffa13e418bc41129650ccd582641b2a">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ref7859039a85421e9f32727c78c963b5"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af0bf66b897a744e8931b5728d27e5f1b">supportsGroupByUnrelated()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a99b0ff5639e2493cb1e87c3ef4885321">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7798e04ed57745758e84a2b66e48fc4a">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf5198a14c72d4185aba259c55369fc4b"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a461fec6b42454aaa852e232d5dc4375e">supportsGroupByBeyondSelect()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aef47a800ec7049eb9e9d4ba1bce376d3">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a56feccac3b4c4ae492387728a7dc3740">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd229dcc4c14c4a4ea837ae58b06166d6"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9a91b041fed54cd3bfb39762f19cf0e1">supportsLikeEscapeClause()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af088e6cfbdda4ad1a3435ff95677d5b6">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5b34981ee6854d07ac7ac99a1ad9b8ed">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r9b9ee3bad3e34de182f6ef2ca8e140d3"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a775793ebf02042849059bf08c7dd9812">supportsMultipleResultSets()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1d42ca47152447b096fc41edd5adacb9">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a68822fb0a0774663a102b97fdc2c550e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd936a50d170642b2976d5f31218e9afe"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a52c5854439c14055b5eb4a527edd36b8">supportsMultipleTransactions()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a290efbbc724a4bdab0307d6d49e6f864">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac1feceb5ad524d9ba8d87d66534f15ae">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rac269f613df4484f880a14c09cd0c886"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab05ec3cbff3a45a382e5a5b385122f58">supportsNonNullableColumns()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a587401f411f34798bd7dcb7dc690b808">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a58229544d22a4de6bf9b37477ca135ae">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_re1a421520d184d6fb415a782b6d39150"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a43a81cf43d9b4736a721fab005853e76">supportsMinimumSQLGrammar()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a75beb9fe71c0464d990dc2e32f742f0e">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2d36e1bc33d84ed7bf312d9dc4e598d9">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf563791eda1b42bca7632756f7be0735"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4eeb0f03c0ff4934bd91edbd1d251045">supportsCoreSQLGrammar()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abf6c2a4747314019a8625ec2fc6644e6">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a83d17d2e0c61460ab64ded0e0ebcc6be">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rc45de4f799814d758d732d65e3130daa"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6b01782398c14248aaea338606ebb378">supportsExtendedSQLGrammar()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad84af4b2a7d3459db2e818baf1d56695">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae13752344b32404b93e3f7bd652822f4">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rfca10c0df8c04e4c9e6fa27cabe69939"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af3ee3509f5af487bb80b58617270504e">supportsANSI92EntryLevelSQL()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab16da8d413ec4484940665798c7e6af2">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a517ea7ffee50435c98ad7b84fb116c01">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf59f4181887e4d76a638a9e82cc5e983"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad5afeb287c074d27a2e63f6ea87f4d33">supportsANSI92IntermediateSQL()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a49c87e85705c4078ae9ea6af7b75dd07">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aad7af38b89d54a1f9e17cd2ab11130aa">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r759765b082474ebea728f50bcf5136f8"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a913bdc1388be455880d88fa7401b366a">supportsANSI92FullSQL()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a42bc7ff4c883457aa30ea6e6079ca2d2">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a177cdb62b79e4ebba0fb451c72e4aee6">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r59ba904aa284494d87937866327117c2"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a55509c90ba42420abe5cb7d9792f6b03">supportsIntegrityEnhancementFacility()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4af00dcdd06d481fa7b843455fadad6d">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8885efdf91bd46498ed8c4d9f828b12e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r1b6c2d6c9c7e4783b6003972c4ddf00e"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aad4cba913e7a4fada00eacde6e27a2be">supportsOuterJoins()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af3fe0a7ada694ea2bfbd2def8be13007">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9944c84b3bf54c40a00c2f8ffc41fd0c">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5a5aeb1824584f0a9d670f1c1ee080f2"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5ab814c9d49a451ebf530454d8c17539">supportsFullOuterJoins()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8f74b8cfd70b4b8687a9ee57c92f7848">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a18ac90f78ced46718c4a78148d778103">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5f1d89c299f14244969fd48fa0b66ddf"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a83ae138754354af78be0ac8e389e9214">supportsLimitedOuterJoins()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6041e0a43ba1438e811d9976c45f4d7e">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a26b4474f1fb44b87aafb92a84621a5f5">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r107a50a98f7543beb811350497cfd866"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adc0997650abf4563925aefbb868e9af9">isCatalogAtStart()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae8cf1ef59a9e4f40b73fd3d7d3c7175d">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8b6ce723492542dca3d25726e8e18524">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r28d0def7a25c4b79b3bea668290c67c8"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a72a211b682a34accb84ae5825665383d">supportsSchemasInDataManipulation()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a61de427d34a24d3f96966e4bb7bbb90d">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4c70da3059e04fd28f028e84b056e239">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf76bd34429194f9eb157e4e53888cdfc"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad3bf1fb1c6b9418da3af5abf0b1e3944">supportsSavepoints()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6dca2c01bb5d4fbca64e36d186a3572e">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9e2d240695dc4328bfc67cdaf7f7626d">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r2fae71bb9ffa4e3690a518c57cdb9d05"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5a4b444e33b24e3ea9d1e687889c4354">supportsResultSetHoldability(int holdability)</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a18614aaed0164325bd59c9d99723ead7">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a98896fb1256e4707b390cf7c2278d1db">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r3a1e6277d80a423d9ea5f8521654994e"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8bfcef7a323f413c94fc217f1d87b91b">getResultSetHoldability()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa2862dfe18d44905939ccf6910bd7986">int</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2901d75a6c53465c9350adf3547203eb">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rc1d0a15e3a624ca4b39394a634b7dcdb"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3735840d931b49be87fcc08887e8f12d">getDatabaseMajorVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afd758559563b428faa102a4d7dbb8518">int</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aef8681964f834c638b218a21c53558b1">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rff2ec105f63346f59a53435b830059cb"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aabd054db8ae14b1fb35c8b57c5df1597">getDatabaseMinorVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a82ed1a01e0f040f2bbc19165f5f016d0">int</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a87845d278d3f4182a9a529a5d082e1fd">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf6f0d3ede0424d29904cdde49fe702ce"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3b4677ef9f0c40d7bff0a5b4cde82074">getJDBCMajorVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa3a81305b3384bb0a0e3e538a3a6f872">int</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7f3feb2d46bc479a99710fb1b1f94e00">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra2eec87c12f04346a63aa1dec4ae4fd6"><td class="cellrowborder" valign="top" width="37.730000000000004%" headers="mcps1.3.4.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a08cc531089194a23a74d22bebe20d615">getJDBCMinorVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="25.34%" headers="mcps1.3.4.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa5d1fae489d444fbb9893969e2eff4b3">int</p>
</td>
<td class="cellrowborder" valign="top" width="36.93%" headers="mcps1.3.4.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8bda41479f454322a7a464fcccd91781">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section1960772014518"><h4 class="sectiontitle">java.sql.Driver</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_en-us_topic_0059778810_p691812861815">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b97835317227">java.sql.Driver</strong>, the database driver interface.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_t199225456c9c44e9bd7e680d5d6e42e4" frame="border" border="1" rules="all"><caption><b>Table 4 </b>java.sql.Driver methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r3290bac1918e4d74b7b928b3fb99b311"><th align="left" class="cellrowborder" valign="top" width="47.24%" id="mcps1.3.5.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5f9afa564f084ed58cf3fb850f376aa7"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1355315212220">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="27.32%" id="mcps1.3.5.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7b59666ad2984ab58ddc23eb2314ac09"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1527885414225">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25.44%" id="mcps1.3.5.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a66ff24840ac948e2a20eb836af9237b9"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b29981655132214">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra5b9766f90f74f32a0c1033c6f0c4c9a"><td class="cellrowborder" valign="top" width="47.24%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acc14b4f0d3dd410ea498cfe029fc1529">acceptsURL(String url)</p>
</td>
<td class="cellrowborder" valign="top" width="27.32%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac7e69f98b41c468d962aecb48da18f6f"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text142407891317">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="25.44%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1096b6525d9a4615b7d535cac68718f1">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r18add9acec74449490d9e80a9d375e5e"><td class="cellrowborder" valign="top" width="47.24%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a383aa8f2042c47ddb4f9ad72ffef3071">connect(String url, Properties info)</p>
</td>
<td class="cellrowborder" valign="top" width="27.32%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8b83c6b0e91d45e4b3812948e771d47e">Connection</p>
</td>
<td class="cellrowborder" valign="top" width="25.44%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8aa3a32c8fcc4995860c2130681bdb7f">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rfa567cfa921f42f6ac8a82d0cb20d081"><td class="cellrowborder" valign="top" width="47.24%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a65f870c5027949c990efbf5eca8a8547">jdbcCompliant()</p>
</td>
<td class="cellrowborder" valign="top" width="27.32%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a47bb6ae9ae494297af64d090ba83a21b"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text152714971313">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="25.44%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5c141e2563b4444ba5514bc78eb5593a">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rb28d7b88d97b4a23949cf249fc679028"><td class="cellrowborder" valign="top" width="47.24%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8d6b29b70bd043839d4cfa0e709e30b7">getMajorVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="27.32%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afd650363b3a94de3bfb674d17ab618b1">int</p>
</td>
<td class="cellrowborder" valign="top" width="25.44%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a25447467752046c1b7fd8ce246398413">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd5f71847781347eda38529f3ea112ecb"><td class="cellrowborder" valign="top" width="47.24%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a55e78aebd77e44a194233e4231dc2c11">getMinorVersion()</p>
</td>
<td class="cellrowborder" valign="top" width="27.32%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0b643c4b40b348e5bdaa777f3e53cd8d">int</p>
</td>
<td class="cellrowborder" valign="top" width="25.44%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a283f2c1b84e14f09b08d8472594f86c2">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section13890144815518"><h4 class="sectiontitle">java.sql.PreparedStatement</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af88930250755473c95d13e43ebd04074">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b42577182316">java.sql.PreparedStatement</strong>, the interface for preparing statements.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_tabd24bf2616d48d3bf67daefec138e70" frame="border" border="1" rules="all"><caption><b>Table 5 </b>java.sql.PreparedStatement methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r9ca225d54b39410bbb026a4dc6640aa0"><th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.6.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6d769bd45d4d452b9ad6a9cfd92ac071"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1321615169232">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.6.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa0b79e45dd9949439d364fa29d6444b8"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b817781818239">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.6.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aef02f98103ad42f7ba32d086b3d7983a"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b4944121932313">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd03903dd07f8449b8ed2fce023c2e886"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a77e29b64c4c741b0a8281d2df1164ca1">clearParameters()</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1ef9837648574a8288aface9920757c7">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad1d56677119d4a5fa3c4bf7265e96851">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r1c46d09ed9a74c079732308e37eb663f"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0c9db4261be24ce681be6b3ad23951f8">execute()</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1ba806d34d7b4657913ab8d6f5570551"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text4686181281313">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1b6a845e05954ccfa3655d606379e67e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r4ee234d2a70a46aeb53318871a310091"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a34503de738d04a25896feb14c64001c0">executeQuery()</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adf6dae217e4541f8a7d4de87b4628b00">ResultSet</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3d6efb32975b45f184455cc8ee5d3202">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r52d680c65898495dae7104868a51a607"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acd84e52677364d15a650f569f7843c70">executeUpdate()</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9b2339a57aa5456ca046db59910e3da1">int</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a01244f0ae925497a8a89300aac3b131b">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r7fdfcbcc638645e0908b19dfdba3d415"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9997bc4ddb7148d484cce1d0f6ef62d3">getMetaData()</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9ddbae0d0f154ed3a31cbd299fb23be4">ResultSetMetaData</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9bc5a7031c5b48f898134dc901ef2b0d">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r17f93e32305742c3ad093810f5f705c8"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a879c7143c5424035ad36812eb8f2c133">setBoolean(int parameterIndex, boolean x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abbe0edaafeb44e5081a7370929352782">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9e8018e55cd84af5af39bb6a90385f48">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r471f0ea375dd4d7794d27919beb5fc94"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4e0e791da96d493db70686fbae22f48f">setBigDecimal(int parameterIndex, BigDecimal x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a67f9afd23d3b46f6a4b4041eea826d40">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a889cb95a68644f5aa89194a34a0c626b">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r8b2cdce5730849a8bd0b5c6280712ea7"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7326c7007ffc43d5b0d1534c7f0ba0e6">setByte(int parameterIndex, byte x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af3a53666431b49c5b97dfc74b299b035">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac378006d4d6e4056a9c75515aca4d47e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r9e2167bb4d91495596c3010d294959f2"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad1749ab4d0cf4b6fbcba920694b777ad">setBytes(int parameterIndex, byte[] x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac9a83ca186d74c45b9a60f1e3228c8c8">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adf774795ea144c02844fa294b350ce29">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r80903563d4d04f1c9b5b4d1a629c8472"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa055b328f607476f8b20c2687db02406">setDate(int parameterIndex, Date x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a27e79f749d944a01b9627b862fd3038d">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8928f37e2a8f44d98f36b8aa5a3ad346">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rc88822c839014e99bd23d5df73fe1786"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2282132636734fddbbdae22ae67d2e92">setDouble(int parameterIndex, double x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6d26820928614d2a9d63b8bc6a078035">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a49f513db5c78432cbe09e9ede16da1bd">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r1337c18bbd614f7abb20fda9c8fa415b"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a79016acc634b4c3fa71ec96856c0e849">setFloat(int parameterIndex, float x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0d87bf0afd6c4bb4a0fb2c9204080f90">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab0945026ba3942b5a7b3ec332adb1f65">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r39d26f56bbc944848f83377cf025b980"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac1e23c7c6fb14b0fa24f84ecadaf29ce">setInt(int parameterIndex, int x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5ea01bc47f1a4789b8796f5127cb7d2e">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abb2d1a63351c48bfbeaf36818983a06b">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra478f4ccd4484e12a2622ed3c834523d"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7a6e177db25d42f89a5bf6fcd547133b">setLong(int parameterIndex, long x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4b5d09fa2b6b4987a1b2447e0700710a">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9198694da24c4ebf8a1ee89f0597aa6f">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r17e95d86d7e047be81eedfedf881778f"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae649b672eb964d68aea3b006757ef586">setNString(int parameterIndex, String value)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab757a0aa5748441db2d8871f647e2ea6">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a93fe74e348a742ac989e2ff9afd08319">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rc01d254df0aa4d21b185d66af9a40d99"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0c3a562e9b7e4d7587d2c01fa19df05d">setShort(int parameterIndex, short x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acc5b8d62900f4cdf8c88d6aef21324a1">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa47f7a1650b549d79198f721c25f6bd5">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_reef7cefef8614cd58190fff097748ab7"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae5c4f91991854a78882d7e227b1dff60">setString(int parameterIndex, String x)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a04898cbe2b13496eb42f7bd1d02ead98">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5c388204ac484d50a74d8c625eea4ea4">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rbcff6a154d4b454e9fe34405a53db9d2"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8bafaa503eee438897f34773ca4279e7">addBatch()</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a02114783523f416b807893df936ba9ba">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7a4786267df54d45a79f9dfd1f963b72">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r8409cd7196b84037a703bdebaedbec86"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad8ddd0a237f14260b12ebbc53ced864c">executeBatch()</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9949a675f2d149419ee29c06b1ee7b8f">int[]</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1293f7d90e064fff88a2a48172b590eb">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r3bd487f0132e452c8931a381a6ad0e69"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a473fe77853f14de4bf3d62d5c2709f46">clearBatch()</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad19abf10a7524408b182cfc0502d2034">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a47b1ef919174480c9135db0b07d27f7a">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="note" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_n7e57c5e162074216b413db40a1dcbfde"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_u5c754d772deb4018955c12cdcf55537d"><li id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_l0d3d8f0de8674915b4f2ea60481b07e8"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1365653715239">addBatch()</strong> and <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b105154018235">execute()</strong> can be executed only after <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b144174282312">clearBatch()</strong>.</li><li id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_lacb22bae49834082a1b8d4fe5103c418">Calling the <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b12719175212239">executeBatch()</strong> method does not clear the batch. Clear batch by explicitly calling <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1828653810249">clearBatch()</strong>.</li><li id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_lb5cc4f2528424a8c870e01e6790a565d">You do not need to use <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b5829871358">set*()</strong> to reuse the values of bounded variables in a batch after they have been added.</li><li id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_lf3c11b53164c4c5fb9acc11da53029bc">The following methods are inherited from <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b379955143711">java.sql.Statement</strong>: <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b108009514378">close</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b17800351376">execute</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b148001523715">executeQuery</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b68005518379">executeUpdate</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b58006593710">getConnection</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b15800175153716">getResultSet</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1280017513719">getUpdateCount</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1980095183713">isClosed</strong>, <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b2801155113719">setMaxRows</strong>, and <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b14801165153718">setFetchSize</strong>.</li></ul>
</div></div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section578111325218"><h4 class="sectiontitle">java.sql.ResultSet</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_en-us_topic_0059779124_p438042014183">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b51021014113919">java.sql.ResultSet</strong>, the interface for execution result sets.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_t1836b5e56a3e4157ba768d1713338e3e" frame="border" border="1" rules="all"><caption><b>Table 6 </b>java.sql.ResultSet methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rcf8742fb271e4fc5be516a4e79e5486f"><th align="left" class="cellrowborder" valign="top" width="34.483448344834486%" id="mcps1.3.7.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7255606824ca412dbdd1fdc34b52b1df"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b443818144014">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="32.78327832783278%" id="mcps1.3.7.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0441185f3c0641eaba02fd3af1b8ac54"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b197008415407">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="32.73327332733273%" id="mcps1.3.7.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6f18653a0885469cb9fd633b59c2c869"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1978913624013">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rdc1a0832eceb457289b514d7215838b6"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af6e539b6b0084611819ece938ecdd1a9">findColumn(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4964f711e78642ac852221aa0a54c953">int</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3ed7f81f502845c7b64313a70f10ece6">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r8e44f22e39814c93b7079c6893e8e1f0"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae687792174d04421a69f060bcb8eb7d4">getBigDecimal(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2c1b44eb19d345e7ad09a4ac13d9a0b0">BigDecimal</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a87f69740c91c499f8c62620686a032a2">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rb4f0917b9ea74817b4a2a7b0bd7ae7c8"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a73933d0447f34ac983106b85516374f9">getBigDecimal(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7b0e9786da4c4c1b8e3defbaa9fb780c">BigDecimal</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9ea973acdcd545479b65dc1b04d6ce70">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rcddc463978f4466cadf6da0121f9d2f7"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3bdffff07185448bb32ec68b37fb2e82">getBoolean(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac88e8231d0d0461680457dce2940d909"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text36831921151316">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac37f9cd0834748febe5106649b523ee9">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rb9d6060661b54205b0e6e15f3c09571d"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a90c284e037144cb3b20966064e94a648">getBoolean(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_add2d2950b6e0419da468bac127dd86ec"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text1532992418137">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6672ae62a7aa43e9b784d713648fa742">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rc034d4a94e0945ec9cfecd61c30a31b4"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a081a309bf64e4606b0e9a0b5152cdbf7">getByte(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa3b4919a143946878665589c54f61918">byte</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aee68d0ed04cf43fcbeee4e4f0120e15f">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r3570aba1a7134620905d02b88d73ffd9"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab738c18d165e46b8884959b352a598cf">getBytes(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a72a24069054747f2b22138e843c27bc1">byte[]</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2e240f51cfe24adabfa702a63aeb1948">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r825439bc355b4c16ac7d2f674dd207ff"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3a8e9e9e241b4373b11a43091d3502f2">getByte(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a045f662b2e3f44138800dbed76e6b087">byte</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3446704dbdb34297a533b0e5b2cb0c60">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r6c43805e0ef249e4a65f95eed4ee0774"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aeef4e78110144f8baa241fe97fa22409">getBytes(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab5bcf14179074af89664d2cc5ac3331d">byte[]</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acedffb5bc8754510be254e010c8943e7">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r6dbb8434bbd94a86867dcb753697cb05"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aad64378ac648426b80a9b99ae13f6c03">getDate(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4ecae0c36133492b8e5d2ebfe39af5a3">Date</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af931c96d494847beb80376909cf2f058">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r15b446d7fb3f4598b664203e75ff6b11"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7250af59cb404e1fb0b86cdd61850533">getDate(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5983f4fc9f134996afa6a6d72b55bb93">Date</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9667ed45b3554d4b9a8683b10fc141a4">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf04268898a5e44af9244f1d3092fcb3a"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7478568dcbe9420d819649ff381e164a">getDouble(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a127cf365cab947db9ea0771d54a7b220">double</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae56bd29e0bed4c858b8f38f385fa1df3">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf6b2a6dce33346b194f39da10c7670ac"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0118539b734a4f1c8c21ee2c1b960432">getDouble(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad97162b1d0d647d98a9d0fd1305d220f">double</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abe195dd1f75e4209baed8533b03e739c">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf1fe4a6010ad4b2daee3012ce6700f20"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa9b4bf49f0384e80bc166865869a12c4">getFloat(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a146bbc65cc50470badb49a6e51cc8855">float</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a405c57bd39bc486ea061601903714ba0">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r0d400848fedb472cb81df1ca38e5d899"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae47300f7a5b74b9ab27eaa4356cd4a3b">getFloat(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5ab89f83bfe245b194a5cce48e207295">float</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad84b55b4d2be49d3b0d607f8aa21121e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r7b02c5c8e6d245c0aa12563c156695f0"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0160fb1764554ebcbd471bbe5fdf76f1">getInt(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2552080ba55a4c36ae4700864a529f9e">int</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a59b55374c524475895df660bf1066c9b">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd019d11c745d49f3886ec5096517de6d"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae43362b1010945f098fbb6df1e4677e5">getInt(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ada9cf9fa99864b0d85cd026c6718e18b">int</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abcc750a98d7e49bd8a991fc311e3256d">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r8f4c407ff6534c72bb3852d78be06b61"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0823d736f82446779868fe4f0435f622">getLong(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a00eb758368b54c6bb0cf8f444a64f7ab">long</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a89a8ae06249745229f3d0d5e35e773b1">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rba510788d51f4d0681b481b4027de1fc"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac8ff97f1988b4e3f847bd2a6045db338">getLong(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a32662818184443559b0a81a0c50b89d8">long</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a303970a23d554d1e94321502ad6e363c">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r47da79e7f64e4f478b45709cdd64a931"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae3c75467ed5d464baef1eff8c9d444a4">getShort(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_accc1fda79e7c4238af3e34f273754f1b">short</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aee29c5735304463dbf82b88c255e1ca5">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r2bc1740c946341f98b7dc2f9df72d6d4"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa7a24808a95341cb87f648ff1af1ec12">getShort(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad6e3dafe91fe4be1ac3c949db33abf95">short</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aef103fe27fd6481fb93c648907984e02">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf4cc84f528734276b5521a1b9e7515da"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae81c8a70dcb0430b90c49a7295dfb0fd">getString(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af39d25634d2944d3962ab1677234b0ac">String</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a715d8986e25a4c159805fa7c35fbc384">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rb269dde3aa344fa293f45616198e720c"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7ca6106e56b84817abc6cdade0271994">getString(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aaff707618b6942b5bb0d845cce61c054">String</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aef4157dcaf994b039676db1bbda12391">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf9302625bcff4a6eb41fce19b8308086"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac6cf98ac724144bb8086fcc547c1c786">getTime(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa6dfcab1db5f47caa72ab2c1f4f25248">Time</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aea7c2380b6d34c3fb4008d66172c0877">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r180de9038d1a498289e0fe5bad2362e8"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aff3cbb9a1f4a4fb29803e145bac9b012">getTime(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8ddeed0cc0604fe392fc59a10c684bf6">Time</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a86eb0010a16341a7bf1db543113d2a97">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r2e2565a3381f4ac28777722f421098ba"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0458506784924ffc8ad0fea66f806af4">getTimestamp(int columnIndex)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3c5db103bc1448bc8e097a3edb16820d">Timestamp</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6b4218148ec84cfe9f0da96176c1cbbe">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_re99afbdd7904456cbb7befdd711864e0"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae8d942d53b2642768dad051acc88d030">getTimestamp(String columnLabel)</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa943004e918a45a5af62c7142600e719">Timestamp</p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4457797ddb834c8ea61e007bef42b864">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rcab741418e5e401190677d0373160831"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af9d1eef479474a08882ee3517f2f87ef">isAfterLast()</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a50831b9acd4843edbbdb93cbae63e4a0"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text4409122711315">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7caab922eafd4dbd90f7ae11d166fecd">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r009e76ec67234f309782df7db86d7d6b"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_addf0dd8db63842578d43aae2baebcbd7">isBeforeFirst()</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1971ddfa56294aaa925dfdebcb3eb7d3"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text17108182819130">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a72783edc1a4644d4bf2a147f033be862">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rfa4ac6e8b985406e826ec63e3d6636c2"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8b7344a3557f414587838d069a02a90f">isFirst()</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af25868927a0a4400b86a77e66db02f5a"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text5841428171319">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae8372f13dff64aca87c1679efd997b85">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra6383fb894514202ac3765f233c850ec"><td class="cellrowborder" valign="top" width="34.483448344834486%" headers="mcps1.3.7.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4acbea3c8df340cb9973639960fac2ce">next()</p>
</td>
<td class="cellrowborder" valign="top" width="32.78327832783278%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_affa2ba125df649d599371201afcd4139"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text1760032981316">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="32.73327332733273%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae0942bf0b0174c53b906892c0fb31fc9">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="note" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_n830d2e0801db40f4bf02d529f43eb65f"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_u0518c778bffd41eaa236fb7a8f1a4600"><li id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_l874acafc7267457497397502a4927111">A statement cannot have multiple open result sets.</li><li id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_l2bbaf0dbcedf4de8b000fd6ab60eca3b">The cursor used to traverse the result set cannot remain in the open state after being committed.</li></ul>
</div></div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section1525663510525"><h4 class="sectiontitle">java.sql.ResultSetMetaData</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_en-us_topic_0059777732_p174972250187">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b147012516403">java.sql.ResultSetMetaData</strong>, which provides details about ResultSet object information.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_t47d9c8687e0e4221bac461517d06d57a" frame="border" border="1" rules="all"><caption><b>Table 7 </b>java.sql.ResultSetMetaData methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_re54a6e5df07d4b1abf640cd60bd1e048"><th align="left" class="cellrowborder" valign="top" width="38.330000000000005%" id="mcps1.3.8.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afe00eae77c3e46cb9e321af3b2304545"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b687551911418">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="30.92%" id="mcps1.3.8.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4a82d9f09d3e4492b0dd13536863e6a3"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b159618381418">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="30.750000000000004%" id="mcps1.3.8.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8a177152f5a64468b94441af5ee33b1f"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1272054374117">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r36ea97f8d29543d195184b4c890baf79"><td class="cellrowborder" valign="top" width="38.330000000000005%" headers="mcps1.3.8.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a73d876c12271491b87e132afce4b3da5">getColumnCount()</p>
</td>
<td class="cellrowborder" valign="top" width="30.92%" headers="mcps1.3.8.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a83502044ec66405b86fb979dc3dccee0">int</p>
</td>
<td class="cellrowborder" valign="top" width="30.750000000000004%" headers="mcps1.3.8.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afb622a2c7e894307a5d0c02b6ff75125">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r92ca420b86f04fb4a519a84a057493d9"><td class="cellrowborder" valign="top" width="38.330000000000005%" headers="mcps1.3.8.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a36db04bea6d94e5b96bac89f6e6b3c6e">getColumnName(int column)</p>
</td>
<td class="cellrowborder" valign="top" width="30.92%" headers="mcps1.3.8.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abfc82380c9594590a5054df341d547f0">String</p>
</td>
<td class="cellrowborder" valign="top" width="30.750000000000004%" headers="mcps1.3.8.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a234f27f30aae4f1d8f1839c5c6837490">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r07d65725302d41c78be05c164f7dc895"><td class="cellrowborder" valign="top" width="38.330000000000005%" headers="mcps1.3.8.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4d66c35041594fdab8c0e62f21c27193">getColumnType(int column)</p>
</td>
<td class="cellrowborder" valign="top" width="30.92%" headers="mcps1.3.8.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a54bbf5ed57c7441cb9a0438a442f5b8c">int</p>
</td>
<td class="cellrowborder" valign="top" width="30.750000000000004%" headers="mcps1.3.8.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a10b7eb7745cc4ce3ab0880fc00685acf">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r6afa33dbb7624ff39f712e21981d5dd3"><td class="cellrowborder" valign="top" width="38.330000000000005%" headers="mcps1.3.8.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a58fd5aa8643448cfa2e50b5e57fdaeb1">getColumnTypeName(int column)</p>
</td>
<td class="cellrowborder" valign="top" width="30.92%" headers="mcps1.3.8.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad77172b97a1c488b969d36d9c9c46e02">String</p>
</td>
<td class="cellrowborder" valign="top" width="30.750000000000004%" headers="mcps1.3.8.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a004354ad4a76487492f7a901ecffaaa5">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section13934659165518"><h4 class="sectiontitle">java.sql.Statement</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_en-us_topic_0059777679_p430314307188">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b17547144713417">java.sql.Statement</strong>, the interface for executing SQL statements.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_t2f30fb2d04ca446b92d542c397042777" frame="border" border="1" rules="all"><caption><b>Table 8 </b>java.sql.Statement methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rffffd87a5eeb4856b6431335206c141c"><th align="left" class="cellrowborder" valign="top" width="32.22%" id="mcps1.3.9.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a59160006578042ee9a77712643b55f67"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1861171011424">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="35.18%" id="mcps1.3.9.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a543db23146a64dbc926e44d29c808d45"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1150775594313">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="32.6%" id="mcps1.3.9.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a91a9490f2a564f9d806df57db703cbe6"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b17285657114312">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r042704dd9a9c4729aba7b411a38af956"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7a97d0ebbcc84cb99c989ad4c821dbda">close()</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a361467fdb476475aba704c54d1a650c6">void</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab555e7f0c30f45019073e24fb33f7ffa">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r3389da7b76ce43269804c56695278a73"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aaae84bc5cc454af9afe70d0d68641964">execute(String sql)</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8cda4a27c20a47b3ab24bc83b351d0ca"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text1121714398138">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0d215d7081044607ab55355207af7bbe">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r8a553eea123d4886addb77e9eb941f25"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a91266eb758454e7fb5dd5693fc40de49">executeQuery(String sql)</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a841ab38d42ba4a1f9a1169d71a3929d4">ResultSet</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adbb121a118b54289ae72aa956694d1ed">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra928db94471540b78b70633398bcfd20"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afd4021f40eab4506ad4486b75fa380b3">executeUpdate(String sql)</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1ee30d52e2df4a92b37cbf3f47a9087f">int</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a84eadeb9186a4d338daa09d23c5df0bd">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r01c92252a9ce4a218502a748ddc0828f"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aa783b634923d400ba11a30d8d57196dc">getConnection()</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acaa07c5c1c0243b5b034b92925fb5d27">Connection</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a373c7ceaca614001b653cf73382b0b40">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r822cf58f527b4dd19efd7bd2207697d6"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7209a3f3d01a4bca881ab51ae49b658e">getResultSet()</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1d8f86a41bff4644bdf24223ba1ad4ce">ResultSet</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a76ee24f571454bbda72b1c25695720bf">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r2eb2fd6d08bd447aa477a3867f538140"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0f22a10f17ed4ed78a7984048b0b59ad">getQueryTimeout()</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aec5d18e1d92c4b35b25a58f480015d33">int</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a59a751825adb4021b20b000580a1cec8">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r0be086c1089a458ca5259b2799e50b8e"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aad6a6e680aad426eb32cac42e60dc932">getUpdateCount()</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a68829ad1092a4fd49f75dc66f48fbb97">int</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afca5a1e2fb674a91a924a6bc725e9d3a">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd86f7093b476413c8063e7e951c10718"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a71586d8067944b4b839cc9e12466e649">isClosed()</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a54e009cabea4435c8e8861b8313c2085"><span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text717104015131">boolean</span></p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0a477432639d4721afd5b69d2a823b97">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r58f218c519c14c70a3e03b9025ed1208"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adbed6f44b9724c2bbecbad7bff80926a">setQueryTimeout(int seconds)</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a11772287539549649eebca6547c02331">void</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3718bd10e5c542d78a74bd7cefbcd773">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r145aaf618fce48e18365819b6b13bd99"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac2b7e40d4133435885dc0d3489297f03">setFetchSize(int rows)</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a92423f201fda46a0bdbc88222e87230b">void</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8533c4b64d69424396da21e3918d2466">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_racf5b8fd1f1745bd964ca56c02d4d795"><td class="cellrowborder" valign="top" width="32.22%" headers="mcps1.3.9.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abd9b3adf7c944ef4b669f4120777299f">cancel()</p>
</td>
<td class="cellrowborder" valign="top" width="35.18%" headers="mcps1.3.9.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae3a1c61f0a8a4ab3a709b5f087a7cbc1">void</p>
</td>
<td class="cellrowborder" valign="top" width="32.6%" headers="mcps1.3.9.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2ccc40706a2f42b9b67cfb35af8ffa12">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="note" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_n99863d5a05a74965b27f68fc9082de6d"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aff42a6d218d74110b5783597b8ff5850"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b16225910134419">setFetchSize</strong> can reduce the memory occupied by the result set on the client. Result sets are packaged into cursors and segmented for processing, which will increase the communication traffic between the database and the client, affecting performance.</p>
<p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7c3b413359e143178dc7342b3c0f98dd">Database cursors are valid only within their transactions. Therefore, when setting <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b5816113118474">setFetchSize</strong>, set <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b152541641184715">setAutoCommit</strong> to <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b99928494475">false</strong> and commit transactions on the connection to flush service data to a database.</p>
</div></div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section1164054131220"><h4 class="sectiontitle">javax.sql.ConnectionPoolDataSource</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a390956f89dd645b28c7bf96baf14efa5">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b77138546464129">javax.sql.ConnectionPoolDataSource</strong>, the interface for data source connection pools.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ta21fc0061f6c41e3a72872a7ee9fb080" frame="border" border="1" rules="all"><caption><b>Table 9 </b>javax.sql.ConnectionPoolDataSource methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r6be4aad93a9043c7bf95decc60a01f65"><th align="left" class="cellrowborder" valign="top" width="30.696930306969307%" id="mcps1.3.10.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad4e33decfa124783996bb09341376ceb"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b158521095506">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="41.38586141385861%" id="mcps1.3.10.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aae73c727931f4172b0a3067315b1f074"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1652712185020">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="27.917208279172083%" id="mcps1.3.10.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_abc3d277612f845fcbd4c54cd1accfbef"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1143773055017">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r807be2b822354dfa9d0d9bbd197265c4"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.10.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a838957857a0b4f079719170ebc8195f5">getLoginTimeout()</p>
</td>
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.10.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a14720b0b91894338b5ab83c1c56bce90">int</p>
</td>
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.10.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a60b6844e8cd845d39ee8ebe1fd22a79d">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf095ffcda3124df4945a31ecbde61242"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.10.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afa9c6c34265d4578a1976a56ec415891">getLogWriter()</p>
</td>
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.10.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a144806846d8446ebb236d0a1c7239bc1">PrintWriter</p>
</td>
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.10.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5668c7b0b4d94d858e76a97a02894b3b">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5459e7d0b0b845fc8e9b65f27c347681"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.10.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0996a9d4e8dd4137b5963e8c2b105a7f">getPooledConnection()</p>
</td>
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.10.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a93a49f657e7849869563494a75a6dc11">PooledConnection</p>
</td>
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.10.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a568b14246e1e4e7db8b1e54bb50a2c1c">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r0efe25b7640b4348aae4a5985ac37848"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.10.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a769cb286eccf4128a2672b5cafda3bee">getPooledConnection(String user,String password)</p>
</td>
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.10.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_acad452d39f164514873a6ee7eb4e048d">PooledConnection</p>
</td>
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.10.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a58d7c3e931e648d3be285f454c13a0dc">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rbf3a7a5a1d3c4d2aba0bb0bd1b94c9d5"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.10.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1124380583994f36acc7ef85276926e9">setLoginTimeout(int seconds)</p>
</td>
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.10.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a824c5bfc2d27416f8b490726d295d44e">void</p>
</td>
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.10.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1b21bc592d754f52a0623670e58d5659">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r2e144e710e3a49489b2315ceeb1dfa0f"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.10.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a995e269446694b9b99bbf5eac8793f3c">setLogWriter(PrintWriter out)</p>
</td>
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.10.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a34f8db4ae9e34eba9fdfc72b959f1204">void</p>
</td>
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.10.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6c4f5674a05848899befa9cf05ddb5d5">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section1258779171420"><h4 class="sectiontitle">javax.sql.DataSource</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a51cf95ab3eec497b89fc6f7db165b04a">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b19229386502">javax.sql.DataSource</strong>, the interface for data sources.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_t83ae85e9c3b445d6a8e63c21493bc822" frame="border" border="1" rules="all"><caption><b>Table 10 </b>javax.sql.DataSource methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_re398b15554294de293ca9b57e2d01e0a"><th align="left" class="cellrowborder" valign="top" width="59.160000000000004%" id="mcps1.3.11.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3acb41cb85b74ee29f9793b4d6064dfa"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1759282110511">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="21.23%" id="mcps1.3.11.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7b7106c1745e4b23b568984ab2f9ec24"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b118271623155116">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.61%" id="mcps1.3.11.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad9a1adac940b4d1ead2085fb6b088610"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b137901326125116">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra48299dfa6a34e79b9e0cd02836e096c"><td class="cellrowborder" valign="top" width="59.160000000000004%" headers="mcps1.3.11.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab0704623ccab44e39ef042270ee38611">getConnection()</p>
</td>
<td class="cellrowborder" valign="top" width="21.23%" headers="mcps1.3.11.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3ce2e2ded12a4099ad83f2584490eb78">Connection</p>
</td>
<td class="cellrowborder" valign="top" width="19.61%" headers="mcps1.3.11.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a710437ca88584366b1020b2bf2531df1">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r53f9678344fa48198c11528bd2786a20"><td class="cellrowborder" valign="top" width="59.160000000000004%" headers="mcps1.3.11.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4b2c5a35ac5e42b8827dde6c83436f71">getConnection(String username,String password)</p>
</td>
<td class="cellrowborder" valign="top" width="21.23%" headers="mcps1.3.11.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a37887d446e0b4407a2afe0321846d2e8">Connection</p>
</td>
<td class="cellrowborder" valign="top" width="19.61%" headers="mcps1.3.11.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a57a7cad5b73741d8b79c2305b152ee2c">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd94b5820ecb24c2d80e1d5d414074887"><td class="cellrowborder" valign="top" width="59.160000000000004%" headers="mcps1.3.11.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a11a9d2170b8947e8ae25c5a6b7f14649">getLoginTimeout()</p>
</td>
<td class="cellrowborder" valign="top" width="21.23%" headers="mcps1.3.11.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a38c582e479d341ba9dfd11e336c86e5e">int</p>
</td>
<td class="cellrowborder" valign="top" width="19.61%" headers="mcps1.3.11.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0e3cbda577da49d8b94f5ef9d99297ea">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r93b86635729e43a787cb6365e2e94bea"><td class="cellrowborder" valign="top" width="59.160000000000004%" headers="mcps1.3.11.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a71d3e87b163e41b495b286adffa93496">getLogWriter()</p>
</td>
<td class="cellrowborder" valign="top" width="21.23%" headers="mcps1.3.11.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a19e1089be4c64900a1c2720202334e27">PrintWriter</p>
</td>
<td class="cellrowborder" valign="top" width="19.61%" headers="mcps1.3.11.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3e60e7c0df354ac2bbb460dc37f8e374">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rd448d4ab46f0433b92503628c7e27d87"><td class="cellrowborder" valign="top" width="59.160000000000004%" headers="mcps1.3.11.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3ae51dc447664b8b9e527d414efce84e">setLoginTimeout(int seconds)</p>
</td>
<td class="cellrowborder" valign="top" width="21.23%" headers="mcps1.3.11.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6e2e88024abc4f0c8acae1ace10907fd">void</p>
</td>
<td class="cellrowborder" valign="top" width="19.61%" headers="mcps1.3.11.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7ed40946e7dc4fae91208bb7a0aeb34d">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r4925e70f34004c34a4167fe646e5a902"><td class="cellrowborder" valign="top" width="59.160000000000004%" headers="mcps1.3.11.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a21f6e544a4764979830d7700dc30ee5e">setLogWriter(PrintWriter out)</p>
</td>
<td class="cellrowborder" valign="top" width="21.23%" headers="mcps1.3.11.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a91c3d7e1707b4aa4a1eb81e7502dcc9c">void</p>
</td>
<td class="cellrowborder" valign="top" width="19.61%" headers="mcps1.3.11.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a29f0a9367ac54121acd706222458db5b">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section02941483145"><h4 class="sectiontitle">javax.sql.PooledConnection</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6c8e7b146c2647e5b4b687b11a327a56">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b16889112917519">javax.sql.PooledConnection</strong>, the connection interface created by a connection pool.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_tefd8ab0e41e54fca89658e8e4d758ee1" frame="border" border="1" rules="all"><caption><b>Table 11 </b>javax.sql.PooledConnection methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r678498fc899d43beb01dc8451f216593"><th align="left" class="cellrowborder" valign="top" width="48.51%" id="mcps1.3.12.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adcaa0ca8b57343e59878af815ed7813a"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b146651935215">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="24.89%" id="mcps1.3.12.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a11f569b6ef0d42fda5cb7a4e957b2a3e"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b041881195218">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="26.6%" id="mcps1.3.12.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af057e296507342868a62cf50c997fc30"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1016712133525">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5c2b30c45a4946e78c0bf330ec086d89"><td class="cellrowborder" valign="top" width="48.51%" headers="mcps1.3.12.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1494fc6e89ce4a2aae6106c2781d7d97">addConnectionEventListener (ConnectionEventListener listener)</p>
</td>
<td class="cellrowborder" valign="top" width="24.89%" headers="mcps1.3.12.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5d491d0208114a86be9b9aa521cf3aeb">void</p>
</td>
<td class="cellrowborder" valign="top" width="26.6%" headers="mcps1.3.12.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8b0e94cf282b421caf0aaccf8627b107">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rcba6720dfc7945c2bc299121a1025241"><td class="cellrowborder" valign="top" width="48.51%" headers="mcps1.3.12.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a35787e0d2e294de9a300ea0173dae97e">close()</p>
</td>
<td class="cellrowborder" valign="top" width="24.89%" headers="mcps1.3.12.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6f32d739ccbd4d97bac4acefbd793ddf">void</p>
</td>
<td class="cellrowborder" valign="top" width="26.6%" headers="mcps1.3.12.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adfb1e2d376414e54adb8a128c497af7e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf63a89fa4d734b2c9914920681157716"><td class="cellrowborder" valign="top" width="48.51%" headers="mcps1.3.12.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a098d5006a0b54b8380653dfa3adc46b5">getConnection()</p>
</td>
<td class="cellrowborder" valign="top" width="24.89%" headers="mcps1.3.12.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a20247b3d089441d89db0b138b2bb8830">Connection</p>
</td>
<td class="cellrowborder" valign="top" width="26.6%" headers="mcps1.3.12.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af5fd4134d2c348f38a531dc3a948ebf7">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_re91cc199c79846b9bc63ed25b74d06b8"><td class="cellrowborder" valign="top" width="48.51%" headers="mcps1.3.12.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a92630496f87748b996f8387e5a50a025">removeConnectionEventListener (ConnectionEventListener listener)</p>
</td>
<td class="cellrowborder" valign="top" width="24.89%" headers="mcps1.3.12.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6aacf250b5274b0b840adcec71d74ec9">void</p>
</td>
<td class="cellrowborder" valign="top" width="26.6%" headers="mcps1.3.12.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aad925de5891f4c4388bd1d45f30121d2">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r182faddf29fd472e98d0ce2142ae1d5d"><td class="cellrowborder" valign="top" width="48.51%" headers="mcps1.3.12.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5b8da2f4448f48288e10f2955f00744c">addStatementEventListener (StatementEventListener listener)</p>
</td>
<td class="cellrowborder" valign="top" width="24.89%" headers="mcps1.3.12.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6bb6b2ca915e4c879c7eb32b53ec092d">void</p>
</td>
<td class="cellrowborder" valign="top" width="26.6%" headers="mcps1.3.12.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adb504cef0c9049848bfb67ff4a932e18">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r796c073343714cf8a9e8993cb517d45d"><td class="cellrowborder" valign="top" width="48.51%" headers="mcps1.3.12.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a58c855b0e1fd482f9f4785224c944b47">removeStatementEventListener (StatementEventListener listener)</p>
</td>
<td class="cellrowborder" valign="top" width="24.89%" headers="mcps1.3.12.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a25f6975f305e4eb4b40eb7fd0f50d9bc">void</p>
</td>
<td class="cellrowborder" valign="top" width="26.6%" headers="mcps1.3.12.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab5a961d570f440299e366d8b33abebaf">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section2115236181516"><h4 class="sectiontitle">javax.naming.Context</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab03de46dc24b466c9feb35618e011555">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1241151685211">javax.naming.Context</strong>, the context interface for connection configuration.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_t5a5538928c6b461baf12188db27455f8" frame="border" border="1" rules="all"><caption><b>Table 12 </b>javax.naming.Context methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ref99b993a2e24d5d80249917bac8ce55"><th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.13.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab7c3148302ab48afb73c8cb4ffc818fa"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b112221525319">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.13.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6ceec445fafe425dad35919b4aba83a0"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1975721835312">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.13.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a987002450711459681fdaa43d22ee1f3"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b19746421185311">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r5ed58870804a4cbc88914e297e1f7b63"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9788fb28d4e14b92993002131d62e37c">bind(Name name, Object obj)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aab567c30174b45259afc7a1a41cfe582">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a70604fbc1a264f1fa4a74738bf77bc25">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_raae410edc72049d7a05f8064239fb8b6"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a23176ac8e9a3431aaf3703a67e2d0145">bind(String name, Object obj)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a17513f9d08a14d1e99e51eb032bca426">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7950f5fe14d141348702c177ab1e05ce">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r53f3cacc5788447eaa0a9e3d4f2fcb7f"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aef012e78e8c245f592ee746e70e33782">lookup(Name name)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4567f7fb927340eab66a9e46246f87e1">Object</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a686ee4f4c1cc4d0da4de8a43ddb501da">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r429cf3e85fbf49478ed1cd1b3dc9d824"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a31c18f918a2142c9b004ff75a01e5855">lookup(String name)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_adaf2489b9a93491db0173ce2c17d84a8">Object</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab0041bdf9b644162aba9f4de02ff74ec">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rffc709304d9542f8a31866abc5d7e53a"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a55399f3ca7344845b967a70d92376c8c">rebind(Name name, Object obj)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a12762c08ace64c679b4bf1e938b7553a">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2fd4dac375db4256b06b4bccd29f5531">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rc6af3bd3298b4cfbbc5c67d9b1c2b3fd"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a33053ed6840248c482345d6dde7c689f">rebind(String name, Object obj)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a4760ef5f7ffb450b95ed5a6231378a30">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ab8ec1fe22ec94ed3a82ca482274c436f">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r0f79da9c07674ff191849d066cb5ed87"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae354cfbd2e5c44b985a7ef199d97f5bb">rename(Name oldName, Name newName)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a575c0112ae5845c199a98fd9ad560e6f">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7612a827c7604d929f6828cb955a8e9f">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rf66847fd714042f89429705388e39fdb"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2434f18b70a14f29b7aa2536f0daf246">rename(String oldName, String newName)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a3a2e56a96c534a838dd98db234b36545">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a32c452f1f94143f9941d3e80d102b74c">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r2121a965e65b493cb90228f15d6a0902"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aff00ee1da3574de38402ff6db7923b61">unbind(Name name)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9e21da8d616a44608113a22d0bbcf3a3">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1abc3a02393a4336b597901ef8c3b83e">Yes</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r2fc4a2cbd32c4ee8b6bf618d18f188f0"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5ee601ed47da42b19b8aa197fffb6947">unbind(String name)</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a87419c3508ed468c96b36d94336d9ab9">void</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.13.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad3d8cd4f9b9d43b6a59d9af4bb94ae18">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section11544205621515"><h4 class="sectiontitle">javax.naming.spi.InitialContextFactory</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_en-us_topic_0059779330_p15308579205">This section describes <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b855912711536">javax.naming.spi.InitialContextFactory</strong>, the initial context factory interface.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_tee6a84285b9447d8bac021322f8cd161" frame="border" border="1" rules="all"><caption><b>Table 13 </b>javax.naming.spi.InitialContextFactory methods</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rb7341ef3109c4ae696b1425d210ff1ff"><th align="left" class="cellrowborder" valign="top" width="46.400000000000006%" id="mcps1.3.14.3.2.4.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a66e2a008e90347e490083451890888a1"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b8465142711546">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="27.029999999999998%" id="mcps1.3.14.3.2.4.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2d9344f931b04b4fb13ab237531158aa"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b17520332549">Return Type</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="26.57%" id="mcps1.3.14.3.2.4.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a0dd623c9cb274db38036fe0f5aef6993"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b352133535412">Support JDBC 4 or Not</strong></p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r8ad5fb3a9be14fa898a51fadf7063f7d"><td class="cellrowborder" valign="top" width="46.400000000000006%" headers="mcps1.3.14.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aae06f092aed24169846c69854e924459">getInitialContext(Hashtable&lt;?,?&gt; environment)</p>
</td>
<td class="cellrowborder" valign="top" width="27.029999999999998%" headers="mcps1.3.14.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2ee416c511da4d64ba905cd88d8c4ee1">Context</p>
</td>
<td class="cellrowborder" valign="top" width="26.57%" headers="mcps1.3.14.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae0593d7e2a7d48ffa3a0a9042020a84f">Yes</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section63487150165"><a name="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_section63487150165"></a><a name="en-us_topic_0000001188642156_section63487150165"></a><h4 class="sectiontitle">CopyManager</h4><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a63d3bb2dba314445b16c2caf0e4ffd5c">CopyManager is an API interface class provided by the JDBC driver in <span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text123134560548">GaussDB(DWS)</span>. It is used to import data to <span id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_text10314185618543">GaussDB(DWS)</span> in batches.</p>
<p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_p29462413166"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b129071731145520">Inheritance relationship of CopyManager</strong></p>
<p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aef5a2034ed6c407cb76224098137bb63">The CopyManager class is in the <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b16152143885512">org.postgresql.copy</strong> package class and inherits the java.lang.Object class. The declaration of the class is as follows:</p>
<pre class="screen" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_s0699eca7ceae41f1b325901a54d7dced">public class CopyManager
extends Object</pre>
<p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_p16798243166"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b75227045618">Construction method</strong></p>
<pre class="screen" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_screen13355191442020">public CopyManager(BaseConnection connection)
throws SQLException</pre>
<p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_p557112413160"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b194365775614">Common methods</strong></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_te5d166cd4a53435aa48ef72d32e0fff5" frame="border" border="1" rules="all"><caption><b>Table 14 </b>Common methods of CopyManager</caption><thead align="left"><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_rc928bb23b3184909aed9b751ea9b997e"><th align="left" class="cellrowborder" valign="top" width="12.78%" id="mcps1.3.15.9.2.5.1.1"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a1af2301e1c554678a2d5ee7a05b03d40"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1159483075614">Returned Value</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="37.22%" id="mcps1.3.15.9.2.5.1.2"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5f1c179d370f43a2981fce85f3fad581"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b383915367563">Method</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.15.9.2.5.1.3"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af5f780869bcc45f7b04d4d537f3f8efa"><strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1269045410567">Description</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.15.9.2.5.1.4"><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aea5205c9b1d0476983fc32d2eed9a26b">throws</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r27e5026a07e5421293e081c6f6bfb89f"><td class="cellrowborder" valign="top" width="12.78%" headers="mcps1.3.15.9.2.5.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a240459d7eede46d5be7755e46d74f2a2">CopyIn</p>
</td>
<td class="cellrowborder" valign="top" width="37.22%" headers="mcps1.3.15.9.2.5.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad81602b2e1c548d0a6dfeeaa1b145ebe">copyIn(String sql)</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a81c28af0356c48a4896bbc826c147854">-</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.4 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_aebabadd9d0484a46aa8b6bfefec15876">SQLException</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r17c90d04576c48c59edac1cbe566e3a9"><td class="cellrowborder" valign="top" width="12.78%" headers="mcps1.3.15.9.2.5.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a444bc06a76ba4676a263d2b94751fdff">long</p>
</td>
<td class="cellrowborder" valign="top" width="37.22%" headers="mcps1.3.15.9.2.5.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8020189a9e5f480582e47d543a64462b">copyIn(String sql, InputStream from)</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a22aca0f657954629ad92f47b0c60bbd4">Uses <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b171431759125612">COPY FROM STDIN</strong> to quickly load data to tables in the database from InputStream.</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.4 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afbc83969a7ed48de92dfd867138b2508">SQLException,IOException</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ra8e5391633284b85ae175a6002f790ca"><td class="cellrowborder" valign="top" width="12.78%" headers="mcps1.3.15.9.2.5.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ae9fa748e87934f72a25736ec72d129bf">long</p>
</td>
<td class="cellrowborder" valign="top" width="37.22%" headers="mcps1.3.15.9.2.5.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a10847a0ebca244f08c4903ac3cdfef9a">copyIn(String sql, InputStream from, int bufferSize)</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a8ac518de8bf14965b0332a4b78b37b49">Uses <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b05006109574">COPY FROM STDIN</strong> to quickly load data to tables in the database from InputStream.</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.4 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2db5058311984dd9ae93f5dcb4384dd6">SQLException,IOException</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r452b0d5c470947c1b77a74a2a4f9f154"><td class="cellrowborder" valign="top" width="12.78%" headers="mcps1.3.15.9.2.5.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a6d9cfaa18d494d8aa3502f2bc5dd1cc2">long</p>
</td>
<td class="cellrowborder" valign="top" width="37.22%" headers="mcps1.3.15.9.2.5.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a28f97988b8f34e14949925cced295e71">copyIn(String sql, Reader from)</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a2884eeb30df247188b37fb0ae2a69834">Uses <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b18417933185714">COPY FROM STDIN</strong> to quickly load data to tables in the database from Reader.</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.4 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a7478dcaff1bc4e86a4c6ddbe163433a1">SQLException,IOException</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r0e3ac05402b74167b421916391c76883"><td class="cellrowborder" valign="top" width="12.78%" headers="mcps1.3.15.9.2.5.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5fcea7829e8f4d7d99e25b21f0a26ac5">long</p>
</td>
<td class="cellrowborder" valign="top" width="37.22%" headers="mcps1.3.15.9.2.5.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9dc8362a893840e99dbd133e5ed7dd12">copyIn(String sql, Reader from, int bufferSize)</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a9953efbb922b4024b3f2c387569c67ec">Uses <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b1130186125814">COPY FROM STDIN</strong> to quickly load data to tables in the database from Reader.</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.4 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5374008f0952419281862281cf232b75">SQLException,IOException</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r6d50ffe6f8f64a3088b0be84c77a520b"><td class="cellrowborder" valign="top" width="12.78%" headers="mcps1.3.15.9.2.5.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a225dc1116ceb4e488fafda83a68a611f">CopyOut</p>
</td>
<td class="cellrowborder" valign="top" width="37.22%" headers="mcps1.3.15.9.2.5.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac502b8c654854a68b92288d7f7f38fe6">copyOut(String sql)</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a62a3cf28d5e94cf5b38f3e086a0ce489">-</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.4 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ac3e72f0279364a95ae3cea683cdaf5ad">SQLException</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r8175148026c34c6fa58a3cbc7945c80e"><td class="cellrowborder" valign="top" width="12.78%" headers="mcps1.3.15.9.2.5.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a141dc833aaf349b98360f410099638a7">long</p>
</td>
<td class="cellrowborder" valign="top" width="37.22%" headers="mcps1.3.15.9.2.5.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a295e967aeb04440e9b0a888a475707da">copyOut(String sql, OutputStream to)</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_ad11bbea68f77476fad9d26aa0f78b731">Sends the result set of <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b157092154587">COPY TO STDOUT</strong> from the database to the OutputStream class.</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.4 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a5b268016a3334c61a3075ae930edc85d">SQLException,IOException</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_r831580777db2407988553e5cfe9bb12b"><td class="cellrowborder" valign="top" width="12.78%" headers="mcps1.3.15.9.2.5.1.1 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_addb90dd02585421581da6b77c55a1a9d">long</p>
</td>
<td class="cellrowborder" valign="top" width="37.22%" headers="mcps1.3.15.9.2.5.1.2 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_afaab83c8545a407db0d585216c7d68b9">copyOut(String sql, Writer to)</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.3 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_af4083c960af6477597a15e3d78ad7e3c">Sends the result set of <strong id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_b94171125165814">COPY TO STDOUT</strong> from the database to the Writer class.</p>
</td>
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.15.9.2.5.1.4 "><p id="EN-US_TOPIC_0000002080099797__en-us_topic_0000001188642156_a037fd5b7148a4335827c9512f8dd39b6">SQLException,IOException</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_04_0088.html">JDBC-Based Development</a></div>
</div>
</div>