java.lang.Object
com.aoapps.sql.wrapper.StructWrapperImpl
- All Implemented Interfaces:
StructWrapper,Wrapper,AutoCloseable,Struct,Wrapper
Wraps a
Struct.- Author:
- AO Industries, Inc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectionWrapperImplGets the connection wrapper.Gets the struct that is wrapped.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.StructWrapper
close, getAttributes, getAttributes, getSQLTypeNameMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
StructWrapperImpl
-
-
Method Details
-
getConnectionWrapper
Gets the connection wrapper. -
getWrapped
Description copied from interface:StructWrapperGets the struct that is wrapped.- Specified by:
getWrappedin interfaceStructWrapper- Specified by:
getWrappedin interfaceWrapper
-
toString
-
