类 MysqlSQLXML
- java.lang.Object
-
- com.mysql.cj.jdbc.MysqlSQLXML
-
-
构造器概要
构造器 构造器 说明 MysqlSQLXML(ExceptionInterceptor exceptionInterceptor)MysqlSQLXML(ResultSetInternalMethods owner, int index, ExceptionInterceptor exceptionInterceptor)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected StringdomSourceToString()voidfree()InputStreamgetBinaryStream()ReadergetCharacterStream()<T extends Source>
TgetSource(Class<T> clazz)StringgetString()booleanisEmpty()protected StringreaderToString(Reader reader)protected ReaderserializeAsCharacterStream()protected StringserializeAsString()OutputStreamsetBinaryStream()WritersetCharacterStream()<T extends Result>
TsetResult(Class<T> clazz)voidsetString(String str)
-
-
-
构造器详细资料
-
MysqlSQLXML
public MysqlSQLXML(ResultSetInternalMethods owner, int index, ExceptionInterceptor exceptionInterceptor)
-
MysqlSQLXML
public MysqlSQLXML(ExceptionInterceptor exceptionInterceptor)
-
-
方法详细资料
-
free
public void free() throws SQLException- 指定者:
free在接口中SQLXML- 抛出:
SQLException
-
getString
public String getString() throws SQLException
- 指定者:
getString在接口中SQLXML- 抛出:
SQLException
-
setString
public void setString(String str) throws SQLException
- 指定者:
setString在接口中SQLXML- 抛出:
SQLException
-
isEmpty
public boolean isEmpty() throws SQLException- 抛出:
SQLException
-
getBinaryStream
public InputStream getBinaryStream() throws SQLException
- 指定者:
getBinaryStream在接口中SQLXML- 抛出:
SQLException
-
getCharacterStream
public Reader getCharacterStream() throws SQLException
- 指定者:
getCharacterStream在接口中SQLXML- 抛出:
SQLException
-
getSource
public <T extends Source> T getSource(Class<T> clazz) throws SQLException
- 指定者:
getSource在接口中SQLXML- 抛出:
SQLException
-
setBinaryStream
public OutputStream setBinaryStream() throws SQLException
- 指定者:
setBinaryStream在接口中SQLXML- 抛出:
SQLException
-
setCharacterStream
public Writer setCharacterStream() throws SQLException
- 指定者:
setCharacterStream在接口中SQLXML- 抛出:
SQLException
-
setResult
public <T extends Result> T setResult(Class<T> clazz) throws SQLException
- 指定者:
setResult在接口中SQLXML- 抛出:
SQLException
-
readerToString
protected String readerToString(Reader reader) throws SQLException
- 抛出:
SQLException
-
serializeAsCharacterStream
protected Reader serializeAsCharacterStream() throws SQLException
- 抛出:
SQLException
-
domSourceToString
protected String domSourceToString() throws SQLException
- 抛出:
SQLException
-
serializeAsString
protected String serializeAsString() throws SQLException
- 抛出:
SQLException
-
-