net.sf.retrotranslator.runtime.java.sql
Interface SQLXML_
public interface SQLXML_
free
void free()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getBinaryStream
java.io.InputStream getBinaryStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setBinaryStream
java.io.OutputStream setBinaryStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getCharacterStream
java.io.Reader getCharacterStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setCharacterStream
java.io.Writer setCharacterStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getString
java.lang.String getString()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setString
void setString(java.lang.String paramString)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSource
<T extends javax.xml.transform.Source> T getSource(java.lang.Class<T> paramClass)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setResult
<T extends javax.xml.transform.Result> T setResult(java.lang.Class<T> paramClass)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2011. All Rights Reserved.