com.alibaba.druid.mock
类 MockSQLXML
java.lang.Object
com.alibaba.druid.mock.MockSQLXML
- 所有已实现的接口:
- SQLXML
public class MockSQLXML
- extends Object
- implements SQLXML
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 Alibaba Group. All Rights Reserved.