-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Table names #1643
Copy link
Copy link
Closed
Labels
Description
Class Table internally supports names with multiple components (not limited only to the trio of database, schema and table name): it has methods setIndex/getIndex; the class even has a constructor that takes a list of names as its parameter. In some applications, it would be convenient to have access to these methods (at least the getter), so why not include them in the MultiPartName interface?
Reactions are currently unavailable