Class AbstractConnection<T extends IAttachProperties<T>,C extends FbAttachment>

java.lang.Object
org.firebirdsql.gds.ng.AbstractConnection<T,C>
Type Parameters:
T - Type of attach properties
C - Type of connection handle
Direct Known Subclasses:
WireConnection

public abstract class AbstractConnection<T extends IAttachProperties<T>,C extends FbAttachment> extends Object
Abstract class with common logic for connections.
Since:
3.0
Author:
Mark Rotteveel