@@ -920,10 +920,10 @@ It is the responsibility of the application to correctly parse the text output i
920
920
|===
921
921
|Method |Description
922
922
923
- |getDatabaseStatistics ()
923
+ |getDatabase{zwsp}Statistics ()
924
924
|Get complete statistics about the database.
925
925
926
- |getDatabaseStatistics (int)
926
+ |getDatabase{zwsp}Statistics (int)
927
927
a|Get the statistical information for the specified options.
928
928
929
929
Possible values are (bit mask, can be combined):
@@ -933,11 +933,25 @@ Possible values are (bit mask, can be combined):
933
933
* `INDEX_STATISTICS`
934
934
* `RECORD_VERSION_STATISTICS`
935
935
936
- |getHeaderPage ()
936
+ |getHeader{zwsp}Page ()
937
937
|Get information from the header page (e.g. page size, OIT, OAT and Next transaction values, etc.)
938
938
939
- |getTableStatistics (String[])
939
+ |getTable{zwsp}Statistics (String[])
940
940
|Get statistic information for the specified tables.
941
941
942
942
This method allows to limit the reported statistical information to a single or couple of the tables, not for the whole database.
943
+
944
+ |getDatabase{zwsp}Transaction{zwsp}Info()
945
+ a|Get transaction information of a database
946
+
947
+ The returned `DatabaseTransactionInfo` object has the following properties:
948
+
949
+ * `oldestTransaction`
950
+ * `oldestActiveTransaction`
951
+ * `oldestSnapshotTransaction`
952
+ * `nextTransaction`
953
+ * `activeTransactionCount`
954
+
955
+ |static getDatabase{zwsp}Transaction{zwsp}Info(Connection)
956
+ |Same as previous, but using an existing connection (must unwrap to `FirebirdConnection`)
943
957
|===
0 commit comments