java.lang.Object
com.aoapps.sql.wrapper.SQLXMLWrapperImpl
- All Implemented Interfaces:
SQLXMLWrapper
,Wrapper
,AutoCloseable
,SQLXML
,Wrapper
Wraps a
SQLXML
.- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectionWrapperImpl
Gets the connection wrapper.Gets the SQL XML that is wrapped.toString()
protected InputStreamWrapper
Wraps anInputStream
, if not already wrapped by this wrapper.protected OutputStreamWrapper
Wraps anOutputStream
, if not already wrapped by this wrapper.protected ReaderWrapper
wrapReader
(Reader in) Wraps aReader
, if not already wrapped by this wrapper.protected WriterWrapper
wrapWriter
(Writer out) Wraps aWriter
, if not already wrapped by this wrapper.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.SQLXMLWrapper
close, free, getSource, getString, setResult, setString
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
SQLXMLWrapperImpl
-
-
Method Details
-
getConnectionWrapper
Gets the connection wrapper. -
getWrapped
Description copied from interface:SQLXMLWrapper
Gets the SQL XML that is wrapped.- Specified by:
getWrapped
in interfaceSQLXMLWrapper
- Specified by:
getWrapped
in interfaceWrapper
-
toString
-
wrapInputStream
Wraps anInputStream
, if not already wrapped by this wrapper.- See Also:
-
wrapOutputStream
Wraps anOutputStream
, if not already wrapped by this wrapper.- See Also:
-
wrapReader
Wraps aReader
, if not already wrapped by this wrapper.- See Also:
-
wrapWriter
Wraps aWriter
, if not already wrapped by this wrapper.- See Also:
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceSQLXML
- Specified by:
getBinaryStream
in interfaceSQLXMLWrapper
- Throws:
SQLException
- See Also:
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceSQLXML
- Specified by:
setBinaryStream
in interfaceSQLXMLWrapper
- Throws:
SQLException
- See Also:
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceSQLXML
- Specified by:
getCharacterStream
in interfaceSQLXMLWrapper
- Throws:
SQLException
- See Also:
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceSQLXML
- Specified by:
setCharacterStream
in interfaceSQLXMLWrapper
- Throws:
SQLException
- See Also:
-