Class ServerConnectionShared.Ref
- java.lang.Object
-
- com.impossibl.postgres.protocol.v30.ServerConnectionShared.Ref
-
- Enclosing class:
- ServerConnectionShared
public class ServerConnectionShared.Ref extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Ref()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConnectionShared
get()
void
release()
-
-
-
Method Detail
-
get
public ServerConnectionShared get()
-
release
public void release()
-
-