Teiid 8.3.0.Final

retroruntime.java.sql
Interface SQLXML_


public interface SQLXML_


Method Summary
 void free()
           
 InputStream getBinaryStream()
           
 Reader getCharacterStream()
           
<T extends Source>
T
getSource(Class<T> paramClass)
           
 String getString()
           
 OutputStream setBinaryStream()
           
 Writer setCharacterStream()
           
<T extends Result>
T
setResult(Class<T> paramClass)
           
 void setString(String paramString)
           
 

Method Detail

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

Teiid 8.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.