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
SQLException
InputStream getBinaryStream() throws SQLException
SQLException
OutputStream setBinaryStream() throws SQLException
SQLException
Reader getCharacterStream() throws SQLException
SQLException
Writer setCharacterStream() throws SQLException
SQLException
String getString() throws SQLException
SQLException
void 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
SQLException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.