- All Superinterfaces:
AutoCloseable,SQLXML,Wrapper,Wrapper
- All Known Implementing Classes:
SQLXMLWrapperImpl
Wraps a
SQLXML.- Author:
- AO Industries, Inc.
-
Method Summary
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Method Details
-
getWrapped
SQLXML getWrapped()Gets the SQL XML that is wrapped.- Specified by:
getWrappedin interfaceWrapper
-
close
Callsfree().- Specified by:
closein interfaceAutoCloseable- Throws:
SQLException- See Also:
-
free
- Specified by:
freein interfaceSQLXML- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceSQLXML- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceSQLXML- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceSQLXML- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceSQLXML- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceSQLXML- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceSQLXML- Throws:
SQLException
-
getSource
- Specified by:
getSourcein interfaceSQLXML- Throws:
SQLException
-
setResult
- Specified by:
setResultin interfaceSQLXML- Throws:
SQLException
-
