- Enclosing class:
- PreparableStatement<RES_T>
public static class PreparableStatement.PreparableStatementFinalizer
extends java.lang.ref.PhantomReference<PreparableStatement<?>>
PhantomReference
to track prepared statement ids. An instance of this class must be kept until the prepared statement is properly deallocated. If
proper deallocation does not happen, this is used to identify abandoned prepared statements and proceed with its deallocation after the object is
destructed by using a ReferenceQueue
.