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, wrapSQLOutputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.SQLDataWrapper
closeMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastSQLDataImpl
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapperin classSQLDataWrapperImpl
-
getSQLTypeName
- Throws:
SQLException
-
readSQL
- Specified by:
readSQLin interfaceSQLData- Specified by:
readSQLin interfaceSQLDataWrapper- Overrides:
readSQLin classSQLDataWrapperImpl- Throws:
SQLException
-
writeSQL
- Specified by:
writeSQLin interfaceSQLData- Specified by:
writeSQLin interfaceSQLDataWrapper- Overrides:
writeSQLin classSQLDataWrapperImpl- Throws:
SQLException
-
