create_index: Create index on a table

Description Usage Arguments Value

View source: R/sql.R

Description

Create index on a table

Usage

1
create_index(con, name, tbl, var, ASC = NULL, unique = FALSE)

Arguments

con

an SQL connection

name

name of index

tbl

name of table

var

variables/columns to create index

ASC

NULL if not specified, TRUE for ascending and FALSE for descending order

unique

whether to create a unique index

Value

TRUE/FALSE


imlijunda/tswbench documentation built on June 12, 2021, 12:45 p.m.