View source: R/shared_class_functions.r
| keys | R Documentation |
Generic function, with the only given method fetching candidate key lists for relation schemas.
keys(x, ...)
keys(x, ...) <- value
x |
a relational schema object, such as a |
... |
further arguments passed on to methods. |
value |
A list of lists of character vectors, of the same length as
|
A list containing lists of unique character vectors, representing
candidate keys for each element of x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.