类 PreparableStatement.PreparableStatementFinalizer

  • 封闭类:
    PreparableStatement<RES_T>

    public static class PreparableStatement.PreparableStatementFinalizer
    extends 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.
    • 方法详细资料

      • getPreparedStatementId

        public int getPreparedStatementId()