public interface SQLXML_
| Modifier and Type | Method and Description |
|---|---|
void |
free() |
InputStream |
getBinaryStream() |
Reader |
getCharacterStream() |
<T extends Source> |
getSource(Class<T> paramClass) |
String |
getString() |
OutputStream |
setBinaryStream() |
Writer |
setCharacterStream() |
<T extends Result> |
setResult(Class<T> paramClass) |
void |
setString(String paramString) |
void free()
throws SQLException
SQLExceptionInputStream getBinaryStream() throws SQLException
SQLExceptionOutputStream setBinaryStream() throws SQLException
SQLExceptionReader getCharacterStream() throws SQLException
SQLExceptionWriter setCharacterStream() throws SQLException
SQLExceptionString getString() throws SQLException
SQLExceptionvoid setString(String paramString) throws SQLException
SQLException<T extends Source> T getSource(Class<T> paramClass) throws SQLException
SQLException<T extends Result> T setResult(Class<T> paramClass) throws SQLException
SQLExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.