public class MysqlSQLXML
extends java.lang.Object
implements java.sql.SQLXML
Constructor and Description |
---|
MysqlSQLXML(ExceptionInterceptor exceptionInterceptor) |
MysqlSQLXML(ResultSetInternalMethods owner,
int index,
ExceptionInterceptor exceptionInterceptor) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
domSourceToString() |
void |
free() |
java.io.InputStream |
getBinaryStream() |
java.io.Reader |
getCharacterStream() |
<T extends javax.xml.transform.Source> |
getSource(java.lang.Class<T> clazz) |
java.lang.String |
getString() |
boolean |
isEmpty() |
protected java.lang.String |
readerToString(java.io.Reader reader) |
protected java.io.Reader |
serializeAsCharacterStream() |
protected java.lang.String |
serializeAsString() |
java.io.OutputStream |
setBinaryStream() |
java.io.Writer |
setCharacterStream() |
<T extends javax.xml.transform.Result> |
setResult(java.lang.Class<T> clazz) |
void |
setString(java.lang.String str) |
public MysqlSQLXML(ResultSetInternalMethods owner, int index, ExceptionInterceptor exceptionInterceptor)
public MysqlSQLXML(ExceptionInterceptor exceptionInterceptor)
public void free() throws java.sql.SQLException
free
in interface java.sql.SQLXML
java.sql.SQLException
public java.lang.String getString() throws java.sql.SQLException
getString
in interface java.sql.SQLXML
java.sql.SQLException
public void setString(java.lang.String str) throws java.sql.SQLException
setString
in interface java.sql.SQLXML
java.sql.SQLException
public boolean isEmpty() throws java.sql.SQLException
java.sql.SQLException
public java.io.InputStream getBinaryStream() throws java.sql.SQLException
getBinaryStream
in interface java.sql.SQLXML
java.sql.SQLException
public java.io.Reader getCharacterStream() throws java.sql.SQLException
getCharacterStream
in interface java.sql.SQLXML
java.sql.SQLException
public <T extends javax.xml.transform.Source> T getSource(java.lang.Class<T> clazz) throws java.sql.SQLException
getSource
in interface java.sql.SQLXML
java.sql.SQLException
public java.io.OutputStream setBinaryStream() throws java.sql.SQLException
setBinaryStream
in interface java.sql.SQLXML
java.sql.SQLException
public java.io.Writer setCharacterStream() throws java.sql.SQLException
setCharacterStream
in interface java.sql.SQLXML
java.sql.SQLException
public <T extends javax.xml.transform.Result> T setResult(java.lang.Class<T> clazz) throws java.sql.SQLException
setResult
in interface java.sql.SQLXML
java.sql.SQLException
protected java.lang.String readerToString(java.io.Reader reader) throws java.sql.SQLException
java.sql.SQLException
protected java.io.Reader serializeAsCharacterStream() throws java.sql.SQLException
java.sql.SQLException
protected java.lang.String domSourceToString() throws java.sql.SQLException
java.sql.SQLException
protected java.lang.String serializeAsString() throws java.sql.SQLException
java.sql.SQLException