public static final class StatisticsManager.DatabaseTransactionInfo
extends java.lang.Object
Constructor and Description |
---|
StatisticsManager.DatabaseTransactionInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getActiveTransactionCount() |
long |
getNextTransaction() |
long |
getOldestActiveTransaction() |
long |
getOldestSnapshotTransaction() |
long |
getOldestTransaction() |
public StatisticsManager.DatabaseTransactionInfo()
public long getOldestTransaction()
public long getOldestActiveTransaction()
public long getOldestSnapshotTransaction()
public long getNextTransaction()
public long getActiveTransactionCount()
-1
means that this information wasn't retrieved (Firebird 1.5 and
lower)Copyright © 2001-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.