retroruntime.java.sql
Interface SQLXML_
public interface SQLXML_
free
void free()
throws SQLException
- Throws:
SQLException
getBinaryStream
InputStream getBinaryStream()
throws SQLException
- Throws:
SQLException
setBinaryStream
OutputStream setBinaryStream()
throws SQLException
- Throws:
SQLException
getCharacterStream
Reader getCharacterStream()
throws SQLException
- Throws:
SQLException
setCharacterStream
Writer setCharacterStream()
throws SQLException
- Throws:
SQLException
getString
String getString()
throws SQLException
- Throws:
SQLException
setString
void setString(String paramString)
throws SQLException
- Throws:
SQLException
getSource
<T extends Source> T getSource(Class<T> paramClass)
throws SQLException
- Throws:
SQLException
setResult
<T extends Result> T setResult(Class<T> paramClass)
throws SQLException
- Throws:
SQLException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.