com.alibaba.druid.mock
类 MockSQLXML

java.lang.Object
  继承者 com.alibaba.druid.mock.MockSQLXML
所有已实现的接口:
SQLXML

public class MockSQLXML
extends Object
implements SQLXML


构造方法摘要
MockSQLXML()
           
 
方法摘要
 void free()
           
 InputStream getBinaryStream()
           
 Reader getCharacterStream()
           
<T extends Source>
T
getSource(Class<T> sourceClass)
           
 String getString()
           
 OutputStream setBinaryStream()
           
 Writer setCharacterStream()
           
<T extends Result>
T
setResult(Class<T> resultClass)
           
 void setString(String value)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MockSQLXML

public MockSQLXML()
方法详细信息

free

public void free()
          throws SQLException
指定者:
接口 SQLXML 中的 free
抛出:
SQLException

getBinaryStream

public InputStream getBinaryStream()
                            throws SQLException
指定者:
接口 SQLXML 中的 getBinaryStream
抛出:
SQLException

setBinaryStream

public OutputStream setBinaryStream()
                             throws SQLException
指定者:
接口 SQLXML 中的 setBinaryStream
抛出:
SQLException

getCharacterStream

public Reader getCharacterStream()
                          throws SQLException
指定者:
接口 SQLXML 中的 getCharacterStream
抛出:
SQLException

setCharacterStream

public Writer setCharacterStream()
                          throws SQLException
指定者:
接口 SQLXML 中的 setCharacterStream
抛出:
SQLException

getString

public String getString()
                 throws SQLException
指定者:
接口 SQLXML 中的 getString
抛出:
SQLException

setString

public void setString(String value)
               throws SQLException
指定者:
接口 SQLXML 中的 setString
抛出:
SQLException

getSource

public <T extends Source> T getSource(Class<T> sourceClass)
                           throws SQLException
指定者:
接口 SQLXML 中的 getSource
抛出:
SQLException

setResult

public <T extends Result> T setResult(Class<T> resultClass)
                           throws SQLException
指定者:
接口 SQLXML 中的 setResult
抛出:
SQLException


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.