- All Superinterfaces:
AutoCloseable,OnCloseHandler,Struct,StructWrapper,Wrapper,Wrapper
- All Known Implementing Classes:
StructTrackerImpl
Tracks a
Struct for unclosed or unfreed objects.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Calls onClose handlers, closes all tracked objects, then callssuper.close().Methods inherited from interface com.aoapps.sql.tracker.OnCloseHandler
addOnCloseMethods inherited from interface com.aoapps.sql.wrapper.StructWrapper
getAttributes, getAttributes, getSQLTypeName, getWrappedMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Method Details
-
close
Calls onClose handlers, closes all tracked objects, then callssuper.close().- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceStructWrapper- Throws:
SQLException- See Also:
-
