java.lang.Object
com.aoapps.sql.wrapper.SQLInputWrapperImpl
com.aoapps.sql.failfast.FailFastSQLInputImpl
- All Implemented Interfaces:
SQLInputWrapper
,Wrapper
,AutoCloseable
,SQLInput
,Wrapper
- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorDescriptionFailFastSQLInputImpl
(FailFastConnectionImpl failFastConnection, SQLInput wrapped) -
Method Summary
Methods inherited from class com.aoapps.sql.wrapper.SQLInputWrapperImpl
getWrapped, toString, wrapArray, wrapBlob, wrapClob, wrapInputStream, wrapNClob, wrapReader, wrapRef, wrapRowId, wrapSQLXML
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
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastSQLInputImpl
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapper
in classSQLInputWrapperImpl
-
readString
- Throws:
SQLException
-
readBoolean
- Throws:
SQLException
-
readByte
- Throws:
SQLException
-
readShort
- Throws:
SQLException
-
readInt
- Throws:
SQLException
-
readLong
- Throws:
SQLException
-
readFloat
- Throws:
SQLException
-
readDouble
- Throws:
SQLException
-
readBigDecimal
- Throws:
SQLException
-
readBytes
- Throws:
SQLException
-
readDate
- Throws:
SQLException
-
readTime
- Throws:
SQLException
-
readTimestamp
- Throws:
SQLException
-
readCharacterStream
- Specified by:
readCharacterStream
in interfaceSQLInput
- Specified by:
readCharacterStream
in interfaceSQLInputWrapper
- Overrides:
readCharacterStream
in classSQLInputWrapperImpl
- Throws:
SQLException
-
readAsciiStream
- Specified by:
readAsciiStream
in interfaceSQLInput
- Specified by:
readAsciiStream
in interfaceSQLInputWrapper
- Overrides:
readAsciiStream
in classSQLInputWrapperImpl
- Throws:
SQLException
-
readBinaryStream
- Specified by:
readBinaryStream
in interfaceSQLInput
- Specified by:
readBinaryStream
in interfaceSQLInputWrapper
- Overrides:
readBinaryStream
in classSQLInputWrapperImpl
- Throws:
SQLException
-
readObject
- Throws:
SQLException
-
readRef
- Specified by:
readRef
in interfaceSQLInput
- Specified by:
readRef
in interfaceSQLInputWrapper
- Overrides:
readRef
in classSQLInputWrapperImpl
- Throws:
SQLException
-
readBlob
- Specified by:
readBlob
in interfaceSQLInput
- Specified by:
readBlob
in interfaceSQLInputWrapper
- Overrides:
readBlob
in classSQLInputWrapperImpl
- Throws:
SQLException
-
readClob
- Specified by:
readClob
in interfaceSQLInput
- Specified by:
readClob
in interfaceSQLInputWrapper
- Overrides:
readClob
in classSQLInputWrapperImpl
- Throws:
SQLException
-
readArray
- Specified by:
readArray
in interfaceSQLInput
- Specified by:
readArray
in interfaceSQLInputWrapper
- Overrides:
readArray
in classSQLInputWrapperImpl
- Throws:
SQLException
-
wasNull
- Throws:
SQLException
-
readURL
- Throws:
SQLException
-
readNClob
- Specified by:
readNClob
in interfaceSQLInput
- Specified by:
readNClob
in interfaceSQLInputWrapper
- Overrides:
readNClob
in classSQLInputWrapperImpl
- Throws:
SQLException
-
readNString
- Throws:
SQLException
-
readSQLXML
- Specified by:
readSQLXML
in interfaceSQLInput
- Specified by:
readSQLXML
in interfaceSQLInputWrapper
- Overrides:
readSQLXML
in classSQLInputWrapperImpl
- Throws:
SQLException
-
readRowId
- Specified by:
readRowId
in interfaceSQLInput
- Specified by:
readRowId
in interfaceSQLInputWrapper
- Overrides:
readRowId
in classSQLInputWrapperImpl
- Throws:
SQLException
-
readObject
- Throws:
SQLException
-