You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** 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>`).
570
570
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()`.
572
572
The `schema` can be `null` or empty string for schemaless tables (i.e. Firebird 5.0 or older)
573
573
** The `TableStatistics` object received additional accessors:
574
574
***`schema()` with the schema, or empty string for schemaless (Firebird 5.0 or older) or if the table was not found
0 commit comments