java.lang.Object
com.aoapps.sql.wrapper.SQLXMLWrapperImpl
com.aoapps.sql.failfast.FailFastSQLXMLImpl
- All Implemented Interfaces:
SQLXMLWrapper
,Wrapper
,AutoCloseable
,SQLXML
,Wrapper
- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorDescriptionFailFastSQLXMLImpl
(FailFastConnectionImpl failFastConnection, SQLXML wrapped) -
Method Summary
Modifier and TypeMethodDescriptionvoid
free()
protected FailFastConnectionImpl
<T extends Source>
T<T extends Result>
Tvoid
Methods inherited from class com.aoapps.sql.wrapper.SQLXMLWrapperImpl
getWrapped, toString, wrapInputStream, wrapOutputStream, wrapReader, wrapWriter
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
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastSQLXMLImpl
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapper
in classSQLXMLWrapperImpl
-
free
- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStream
in interfaceSQLXML
- Specified by:
getBinaryStream
in interfaceSQLXMLWrapper
- Overrides:
getBinaryStream
in classSQLXMLWrapperImpl
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceSQLXML
- Specified by:
setBinaryStream
in interfaceSQLXMLWrapper
- Overrides:
setBinaryStream
in classSQLXMLWrapperImpl
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceSQLXML
- Specified by:
getCharacterStream
in interfaceSQLXMLWrapper
- Overrides:
getCharacterStream
in classSQLXMLWrapperImpl
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceSQLXML
- Specified by:
setCharacterStream
in interfaceSQLXMLWrapper
- Overrides:
setCharacterStream
in classSQLXMLWrapperImpl
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
setString
- Throws:
SQLException
-
getSource
- Throws:
SQLException
-
setResult
- Throws:
SQLException
-