java.lang.Object
com.aoapps.sql.wrapper.SavepointWrapperImpl
- All Implemented Interfaces:
SavepointWrapper,Wrapper,AutoCloseable,Savepoint,Wrapper
Wraps a
Savepoint.- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionSavepointWrapperImpl(ConnectionWrapperImpl connectionWrapper, Savepoint wrapped) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected ConnectionWrapperImplGets the connection wrapper.Gets the savepoint 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.SavepointWrapper
getSavepointId, getSavepointNameMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
SavepointWrapperImpl
-
-
Method Details
-
getConnectionWrapper
Gets the connection wrapper. -
getWrapped
Description copied from interface:SavepointWrapperGets the savepoint that is wrapped.- Specified by:
getWrappedin interfaceSavepointWrapper- Specified by:
getWrappedin interfaceWrapper
-
toString
-
close
Description copied from interface:SavepointWrapper- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSavepointWrapper- Throws:
SQLException- See Also:
-
