rows_are_uniquely_keyed {cdata}R Documentation

Check if table rows are uniquely keyed by keyset.

Description

Return TRUE if table rows are uniquely keyed by key_columns.

Usage

rows_are_uniquely_keyed(table_rep, key_columns, db)

Arguments

table_rep

rquery op_tree

key_columns

character vector names of key columns

db

database handle

Value

TRUE if table rows are uniquely keyed by key columns


[Package cdata version 1.2.1 Index]