✓
public abstract interface SQLXML
Methods
- ✓public abstract void free() throws java.sql.SQLException
- ✓public abstract java.io.InputStream getBinaryStream() throws java.sql.SQLException
- ✓public abstract java.io.Reader getCharacterStream() throws java.sql.SQLException
- ✓public abstract <T> T getSource(java.lang.Class<T> arg0) throws java.sql.SQLException
- ✓public abstract java.lang.String getString() throws java.sql.SQLException
- ✓public abstract java.io.OutputStream setBinaryStream() throws java.sql.SQLException
- ✓public abstract java.io.Writer setCharacterStream() throws java.sql.SQLException
- ✓public abstract <T> T setResult(java.lang.Class<T> arg0) throws java.sql.SQLException
- ✓public abstract void setString(java.lang.String arg0) throws java.sql.SQLException