java.lang.Object
com.aoapps.sql.wrapper.SQLDataWrapperImpl
- All Implemented Interfaces:
SQLDataWrapper,Wrapper,AutoCloseable,SQLData,Wrapper
Wraps a
SQLData.- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionSQLDataWrapperImpl(ConnectionWrapperImpl connectionWrapper, SQLData wrapped) -
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectionWrapperImplGets the connection wrapper.Gets the SQL data that is wrapped.voidtoString()protected SQLInputWrapperImplwrapSQLInput(SQLInput sqlInput) Wraps aSQLInput, if not already wrapped by this wrapper.protected SQLOutputWrapperImplwrapSQLOutput(SQLOutput sqlOutput) Wraps aSQLOutput, if not already wrapped by this wrapper.voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.SQLDataWrapper
close, getSQLTypeNameMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
SQLDataWrapperImpl
-
-
Method Details
-
getConnectionWrapper
Gets the connection wrapper. -
getWrapped
Description copied from interface:SQLDataWrapperGets the SQL data that is wrapped.- Specified by:
getWrappedin interfaceSQLDataWrapper- Specified by:
getWrappedin interfaceWrapper
-
toString
-
wrapSQLInput
Wraps aSQLInput, if not already wrapped by this wrapper.- See Also:
-
wrapSQLOutput
Wraps aSQLOutput, if not already wrapped by this wrapper.- See Also:
-
readSQL
- Specified by:
readSQLin interfaceSQLData- Specified by:
readSQLin interfaceSQLDataWrapper- Throws:
SQLException- See Also:
-
writeSQL
- Specified by:
writeSQLin interfaceSQLData- Specified by:
writeSQLin interfaceSQLDataWrapper- Throws:
SQLException- See Also:
-
