java.lang.Object
com.aoapps.sql.wrapper.SQLDataWrapperImpl
com.aoapps.sql.failfast.FailFastSQLDataImpl
- All Implemented Interfaces:
SQLDataWrapper
,Wrapper
,AutoCloseable
,SQLData
,Wrapper
- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionFailFastSQLDataImpl
(FailFastConnectionImpl failFastConnection, SQLData wrapped) -
Method Summary
Methods inherited from class com.aoapps.sql.wrapper.SQLDataWrapperImpl
getWrapped, toString, wrapSQLInput, wrapSQLOutput
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.SQLDataWrapper
close
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastSQLDataImpl
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapper
in classSQLDataWrapperImpl
-
getSQLTypeName
- Throws:
SQLException
-
readSQL
- Specified by:
readSQL
in interfaceSQLData
- Specified by:
readSQL
in interfaceSQLDataWrapper
- Overrides:
readSQL
in classSQLDataWrapperImpl
- Throws:
SQLException
-
writeSQL
- Specified by:
writeSQL
in interfaceSQLData
- Specified by:
writeSQL
in interfaceSQLDataWrapper
- Overrides:
writeSQL
in classSQLDataWrapperImpl
- Throws:
SQLException
-