<html>
<head>
    <base href="https://docs.jboss.org/author">
            <link rel="stylesheet" href="/author/s/en/2172/19/5/_/styles/combined.css?spaceKey=TEIID&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://docs.jboss.org/author/pages/viewpage.action?pageId=18646147">Unsupported Classes and Methods in &quot;java.sql&quot;</a></h2>
    <h4>Page <b>edited</b> by             <a href="https://docs.jboss.org/author/display/~shawkins">Steven Hawkins</a>
    </h4>
        <br/>
                         <h4>Changes (5)</h4>
                                 
    
<div id="page-diffs">
                    <table class="diff" cellpadding="0" cellspacing="0">
    
            <tr><td class="diff-unchanged" >|| Class name || Methods || <br></td></tr>
            <tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;">| {{Array}} | {{Not Supported}} | <br></td></tr>
            <tr><td class="diff-unchanged" >| {{Blob}} | {code} <br>getBinaryStream(long, long) - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >truncate(long) - throws SQLFeatureNotSupportedException{code} | <br>| {{CallableStatement}} | {code} <br></td></tr>
            <tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;">getArray - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-unchanged" >getObject(int parameterIndex, Map&amp;lt;String, Class&amp;lt;?&amp;gt;&amp;gt; map) - throws SQLFeatureNotSupportedException <br>getRef - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >truncate - throws SQLFeatureNotSupportedException{code} | <br>| {{Connection}} | {code} <br></td></tr>
            <tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;">createArrayOf - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-unchanged" >createBlob - throws SQLFeatureNotSupportedException <br>createClob - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >| {{NClob}} | {{Not Supported}} | <br>| {{PreparedStatement}} | {code} <br></td></tr>
            <tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;">setArray - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-unchanged" >setRef - throws SQLFeatureNotSupportedException <br>setRowId - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >| {{ResultSet}} | {code} <br>deleteRow - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;">getArray - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-unchanged" >getHoldability - throws SQLFeatureNotSupportedException <br>getObject(*, Map&amp;lt;String, Class&amp;lt;?&amp;gt;&amp;gt; map) - throws SQLFeatureNotSupportedException <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
    
            </table>
    </div>                            <h4>Full Content</h4>
                    <div class="notificationGreySide">
        <div class='table-wrap'>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'> Class name </th>
<th class='confluenceTh'> Methods </th>
</tr>
<tr>
<td class='confluenceTd'> <tt>Blob</tt> </td>
<td class='confluenceTd'> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false" style="font-size:12px; font-family: ConfluenceInstalledFont,monospace;">
getBinaryStream(long, long) - throws SQLFeatureNotSupportedException
setBinaryStream(long) - - throws SQLFeatureNotSupportedException
setBytes - - throws SQLFeatureNotSupportedException
truncate(long) - throws SQLFeatureNotSupportedException</pre>
</div></div> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>CallableStatement</tt> </td>
<td class='confluenceTd'> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false" style="font-size:12px; font-family: ConfluenceInstalledFont,monospace;">
getObject(int parameterIndex, Map&amp;lt;String, Class&amp;lt;?&amp;gt;&amp;gt; map) - throws SQLFeatureNotSupportedException
getRef - throws SQLFeatureNotSupportedException
getRowId - throws SQLFeatureNotSupportedException
getURL(String parameterName) - throws SQLFeatureNotSupportedException
registerOutParameter - ignores
registerOutParameter(String parameterName, *) - throws SQLFeatureNotSupportedException
setRowId(String parameterName, RowId x) - throws SQLFeatureNotSupportedException
setURL(String parameterName, URL val) - throws SQLFeatureNotSupportedException</pre>
</div></div> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>Clob</tt> </td>
<td class='confluenceTd'> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false" style="font-size:12px; font-family: ConfluenceInstalledFont,monospace;">
getCharacterStream(long arg0, long arg1) - throws SQLFeatureNotSupportedException
setAsciiStream(long arg0) - throws SQLFeatureNotSupportedException
setCharacterStream(long arg0) - throws SQLFeatureNotSupportedException
setString - throws SQLFeatureNotSupportedException
truncate - throws SQLFeatureNotSupportedException</pre>
</div></div> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>Connection</tt> </td>
<td class='confluenceTd'> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false" style="font-size:12px; font-family: ConfluenceInstalledFont,monospace;">
createBlob - throws SQLFeatureNotSupportedException
createClob - throws SQLFeatureNotSupportedException
createNClob - throws SQLFeatureNotSupportedException
createSQLXML - throws SQLFeatureNotSupportedException
createStruct(String typeName, Object[] attributes) - throws SQLFeatureNotSupportedException
getClientInfo - throws SQLFeatureNotSupportedException
releaseSavepoint - throws SQLFeatureNotSupportedException
rollback(Savepoint savepoint) - throws SQLFeatureNotSupportedException
setHoldability - throws SQLFeatureNotSupportedException
setSavepoint - throws SQLFeatureNotSupportedException
setTypeMap - throws SQLFeatureNotSupportedException</pre>
</div></div> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>DatabaseMetaData</tt> </td>
<td class='confluenceTd'> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false" style="font-size:12px; font-family: ConfluenceInstalledFont,monospace;">
getAttributes - throws SQLFeatureNotSupportedException
getClientInfoProperties  - throws SQLFeatureNotSupportedException
getFunctionColumns - throws SQLFeatureNotSupportedException
getFunctions - throws SQLFeatureNotSupportedException
getRowIdLifetime - throws SQLFeatureNotSupportedException</pre>
</div></div> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>NClob</tt> </td>
<td class='confluenceTd'> <tt>Not Supported</tt> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>PreparedStatement</tt> </td>
<td class='confluenceTd'> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false" style="font-size:12px; font-family: ConfluenceInstalledFont,monospace;">
setRef - throws SQLFeatureNotSupportedException
setRowId - throws SQLFeatureNotSupportedException
setUnicodeStream - throws SQLFeatureNotSupportedException</pre>
</div></div> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>Ref</tt> </td>
<td class='confluenceTd'> <tt>Not Implemented</tt> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>ResultSet</tt> </td>
<td class='confluenceTd'> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false" style="font-size:12px; font-family: ConfluenceInstalledFont,monospace;">
deleteRow - throws SQLFeatureNotSupportedException
getHoldability - throws SQLFeatureNotSupportedException
getObject(*, Map&amp;lt;String, Class&amp;lt;?&amp;gt;&amp;gt; map) - throws SQLFeatureNotSupportedException
getRef - throws SQLFeatureNotSupportedException
getRowId - throws SQLFeatureNotSupportedException
getUnicodeStream - throws SQLFeatureNotSupportedException
getURL - throws SQLFeatureNotSupportedException
insertRow - throws SQLFeatureNotSupportedException
moveToInsertRow - throws SQLFeatureNotSupportedException
refreshRow - throws SQLFeatureNotSupportedException
rowDeleted - throws SQLFeatureNotSupportedException
rowInserted - throws SQLFeatureNotSupportedException
rowUpdated - throws SQLFeatureNotSupportedException
setFetchDirection - throws SQLFeatureNotSupportedException
update*  - throws SQLFeatureNotSupportedException</pre>
</div></div> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>RowId</tt> </td>
<td class='confluenceTd'> <tt>Not Supported</tt> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>Savepoint</tt> </td>
<td class='confluenceTd'> <tt>not Supported</tt> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>SQLData</tt> </td>
<td class='confluenceTd'> <tt>Not Supported</tt> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>SQLInput</tt> </td>
<td class='confluenceTd'> <tt>not Supported</tt> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>SQLOutput</tt> </td>
<td class='confluenceTd'> <tt>Not Supported</tt> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>Statement</tt> </td>
<td class='confluenceTd'> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false" style="font-size:12px; font-family: ConfluenceInstalledFont,monospace;">
setCursorName(String)</pre>
</div></div> </td>
</tr>
<tr>
<td class='confluenceTd'> <tt>Struct</tt> </td>
<td class='confluenceTd'> <tt>Not Supported</tt> </td>
</tr>
</tbody></table>
</div>

<p><b>Connection Properties</b>
<br class="atl-forced-newline" /></p>
    </div>
        <div id="commentsSection" class="wiki-content pageSection">
        <div style="float: right;" class="grey">
                        <a href="https://docs.jboss.org/author/users/removespacenotification.action?spaceKey=TEIID">Stop watching space</a>
            <span style="padding: 0px 5px;">|</span>
                <a href="https://docs.jboss.org/author/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
        <a href="https://docs.jboss.org/author/pages/viewpage.action?pageId=18646147">View Online</a>
        |
        <a href="https://docs.jboss.org/author/pages/diffpagesbyversion.action?pageId=18646147&revisedVersion=4&originalVersion=3">View Changes</a>
                |
        <a href="https://docs.jboss.org/author/pages/viewpage.action?pageId=18646147&showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
            </div>
</div>
</div>
</div>
</div>
</body>
</html>