| 构造器和说明 |
|---|
MockSQLXML() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
free() |
InputStream |
getBinaryStream() |
Reader |
getCharacterStream() |
<T extends Source> |
getSource(Class<T> sourceClass) |
String |
getString() |
OutputStream |
setBinaryStream() |
Writer |
setCharacterStream() |
<T extends Result> |
setResult(Class<T> resultClass) |
void |
setString(String value) |
public void free()
throws SQLException
free 在接口中 SQLXMLSQLExceptionpublic InputStream getBinaryStream() throws SQLException
getBinaryStream 在接口中 SQLXMLSQLExceptionpublic OutputStream setBinaryStream() throws SQLException
setBinaryStream 在接口中 SQLXMLSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream 在接口中 SQLXMLSQLExceptionpublic Writer setCharacterStream() throws SQLException
setCharacterStream 在接口中 SQLXMLSQLExceptionpublic String getString() throws SQLException
getString 在接口中 SQLXMLSQLExceptionpublic void setString(String value) throws SQLException
setString 在接口中 SQLXMLSQLExceptionpublic <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource 在接口中 SQLXMLSQLExceptionpublic <T extends Result> T setResult(Class<T> resultClass) throws SQLException
setResult 在接口中 SQLXMLSQLExceptionCopyright © 2012 Alibaba Group. All Rights Reserved.