JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.skife.jdbi.v2.sqlobject.mixins
Interface CloseMe
public interface
CloseMe
A convenience mixin interface which defines the close() method.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
close
()
Close the underlying handle on the sql object
Method Detail
close
void close()
Close the underlying handle on the sql object
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2018. All rights reserved.