Skip to content

Commit 38daa2d

Browse files
committed
Fixed wrong name
1 parent 431ed1d commit 38daa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/release_notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ we recommend to always use `null` for `catalog`
568568
* `FBTableStatisticsManager` (experimental feature)
569569
** For schema-bound tables, the key of the map returned by `getTableStatistics()` is a fully qualified and quoted table reference (i.e. `<quoted-schema>.<quoted-table-name>`).
570570
For schemaless tables (Firebird 5.0 and older, or tables that were not found), the key is still the unquoted `<table-name>`.
571-
** The static method `toTableReference(String schema, String tableName)` can be used to create a table reference in the same format as the key of the map returned by `getTableStatistics()`.
571+
** The static method `toKey(String schema, String tableName)` can be used to create a table reference in the same format as the key of the map returned by `getTableStatistics()`.
572572
The `schema` can be `null` or empty string for schemaless tables (i.e. Firebird 5.0 or older)
573573
** The `TableStatistics` object received additional accessors:
574574
*** `schema()` with the schema, or empty string for schemaless (Firebird 5.0 or older) or if the table was not found

0 commit comments

Comments
 (0)