java.lang.Object
com.aoapps.sql.wrapper.SQLInputWrapperImpl
- All Implemented Interfaces:
SQLInputWrapper
,Wrapper
,AutoCloseable
,SQLInput
,Wrapper
Wraps a
SQLInput
.- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorDescriptionSQLInputWrapperImpl
(ConnectionWrapperImpl connectionWrapper, SQLInput wrapped) -
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectionWrapperImpl
Gets the connection wrapper.Gets the SQL input that is wrapped.readBlob()
readClob()
readRef()
toString()
protected ArrayWrapperImpl
Wraps anArray
, if not already wrapped by this wrapper.protected BlobWrapperImpl
Wraps aBlob
, if not already wrapped by this wrapper.protected ClobWrapperImpl
Wraps aClob
, if not already wrapped by this wrapper.protected InputStreamWrapper
Wraps anInputStream
, if not already wrapped by this wrapper.protected NClobWrapperImpl
Wraps aNClob
, if not already wrapped by this wrapper.protected ReaderWrapper
wrapReader
(Reader in) Wraps aReader
, if not already wrapped by this wrapper.protected RefWrapperImpl
Wraps aRef
, if not already wrapped by this wrapper.protected RowIdWrapperImpl
Wraps aRowId
, if not already wrapped by this wrapper.protected SQLXMLWrapperImpl
wrapSQLXML
(SQLXML sqlXml) Wraps aSQLXML
, 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.SQLInputWrapper
close, readBigDecimal, readBoolean, readByte, readBytes, readDate, readDouble, readFloat, readInt, readLong, readNString, readObject, readObject, readShort, readString, readTime, readTimestamp, readURL, wasNull
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
SQLInputWrapperImpl
-
-
Method Details
-
getConnectionWrapper
Gets the connection wrapper. -
getWrapped
Description copied from interface:SQLInputWrapper
Gets the SQL input that is wrapped.- Specified by:
getWrapped
in interfaceSQLInputWrapper
- Specified by:
getWrapped
in interfaceWrapper
-
toString
-
wrapArray
Wraps anArray
, if not already wrapped by this wrapper.- See Also:
-
wrapBlob
Wraps aBlob
, if not already wrapped by this wrapper.- See Also:
-
wrapClob
Wraps aClob
, if not already wrapped by this wrapper.- See Also:
-
wrapInputStream
Wraps anInputStream
, if not already wrapped by this wrapper.- See Also:
-
wrapNClob
Wraps aNClob
, if not already wrapped by this wrapper.- See Also:
-
wrapReader
Wraps aReader
, if not already wrapped by this wrapper.- See Also:
-
wrapRef
Wraps aRef
, if not already wrapped by this wrapper.- See Also:
-
wrapRowId
Wraps aRowId
, if not already wrapped by this wrapper.- See Also:
-
wrapSQLXML
Wraps aSQLXML
, if not already wrapped by this wrapper.- See Also:
-
readCharacterStream
- Specified by:
readCharacterStream
in interfaceSQLInput
- Specified by:
readCharacterStream
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-
readAsciiStream
- Specified by:
readAsciiStream
in interfaceSQLInput
- Specified by:
readAsciiStream
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-
readBinaryStream
- Specified by:
readBinaryStream
in interfaceSQLInput
- Specified by:
readBinaryStream
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-
readRef
- Specified by:
readRef
in interfaceSQLInput
- Specified by:
readRef
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-
readBlob
- Specified by:
readBlob
in interfaceSQLInput
- Specified by:
readBlob
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-
readClob
- Specified by:
readClob
in interfaceSQLInput
- Specified by:
readClob
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-
readArray
- Specified by:
readArray
in interfaceSQLInput
- Specified by:
readArray
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-
readNClob
- Specified by:
readNClob
in interfaceSQLInput
- Specified by:
readNClob
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-
readSQLXML
- Specified by:
readSQLXML
in interfaceSQLInput
- Specified by:
readSQLXML
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-
readRowId
- Specified by:
readRowId
in interfaceSQLInput
- Specified by:
readRowId
in interfaceSQLInputWrapper
- Throws:
SQLException
- See Also:
-