forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
66 lines
5.4 KiB
HTML
66 lines
5.4 KiB
HTML
<a name="EN-US_TOPIC_0000001233761801"></a><a name="EN-US_TOPIC_0000001233761801"></a>
|
|
|
|
<h1 class="topictitle1">javax.sql.ConnectionPoolDataSource</h1>
|
|
<div id="body8662426"><p id="EN-US_TOPIC_0000001233761801__a44a3a5ab195c4a539af3bb84731cf444">This section describes <strong id="EN-US_TOPIC_0000001233761801__b842352706165143">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_0000001233761801__tbef53ff3be8249dd82c96db574a0795b" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Support status for javax.sql.ConnectionPoolDataSource</caption><thead align="left"><tr id="EN-US_TOPIC_0000001233761801__r8c96b06fa3a14714b3340773137afa7d"><th align="left" class="cellrowborder" valign="top" width="30.696930306969307%" id="mcps1.3.2.2.4.1.1"><p id="EN-US_TOPIC_0000001233761801__ac6bebcfd89744e90b6794e68f941d22d">Method Name</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="41.38586141385861%" id="mcps1.3.2.2.4.1.2"><p id="EN-US_TOPIC_0000001233761801__aab0fce753b2a43b6bfaebb4a9439b1d5">Return Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="27.917208279172083%" id="mcps1.3.2.2.4.1.3"><p id="EN-US_TOPIC_0000001233761801__ad6acfe8c80c84aceb76848420c03f0f7">Support JDBC 4</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000001233761801__ra0d9c1b888c647a58de27fc358d28282"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001233761801__a1082d28df37c43edbee69ad7b5507138">getLoginTimeout()</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001233761801__a7688a5f206084ad59ec78b520dd1a774">int</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001233761801__a9ad882dad9bd449abf54cbfcdee1d4e7">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001233761801__r6b250855e349405098281da807814500"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001233761801__a0f8c8070ccbe4316b2cdd15ea61e5fb2">getLogWriter()</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001233761801__ac861b4f8411d4353ba2164d4c20deb7c">PrintWriter</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001233761801__a10058822bd12417d9a89e8eaf03879a6">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001233761801__r271c024d4f0d4853b14da3a85847d20a"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001233761801__a7564930571e84ea391e27edd1e91b907">getPooledConnection()</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001233761801__ac30ddb364a9146dcb2a6733669193da7">PooledConnection</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001233761801__a9a8cc26f69864302b272a413985849be">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001233761801__r72264ba31ea649d7bc7b1dd021a7930f"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001233761801__a0c8c9e5b7e3141f4a441b22fed86d4d7">getPooledConnection(String user,String password)</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001233761801__affd1ad5b6f5a401fbd9c74033ffac44b">PooledConnection</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001233761801__a53fd5c0634bc44dbb74dee8afc86c78b">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001233761801__r092063ce36d045578389576bf37780fe"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001233761801__a92ed902c8e9c40898fc884315eaef2c7">setLoginTimeout(int seconds)</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001233761801__abb84caf0c2fe42afb69b1ecfd6e6ffac">void</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001233761801__a18fd8e0e4b7c4bda96b4a94bceaf0c5b">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001233761801__r59616d3d77d548ffbd0fcf55f3a5460c"><td class="cellrowborder" valign="top" width="30.696930306969307%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001233761801__a1066a1b36d57447fa994d58c420e97fc">setLogWriter(PrintWriter out)</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="41.38586141385861%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001233761801__ad25d253d994044b2945f269f229680b4">void</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="27.917208279172083%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001233761801__a4b7f435380304d36837454c4e9598223">Yes</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_04_0102.html">JDBC Interface Reference</a></div>
|
|
</div>
|
|
</div>
|
|
|