quis.getAdapterNames: Retrieves the name of the registered adapters.

Description Usage Arguments Details Value Examples

View source: R/RQUIS.R

Description

quis.getAdapterNames retrieves the name of the registered adapters.

Usage

1

Arguments

engine

the engine instance created by quis.getEngine

Details

Each engine has access to some adapters. Each adapter is resposible to translate and run the queries on a set of target data sources, e.g., CSV for csv, tsv, spreadseets, or relational databases. Adapters can be developed by third parties and introduced to the engine by registration in the adapters.xml file located in the config folder.

Value

the code name of the registered adapters.

Examples

1
2
3
4
5
6
7
8
engine1 <- quis.getEngine()
names <- quis.getAdapterNames(engine1)

## Not run: 
engine1 <- quis.getEngine()
names <- quis.getAdapterNames(engine1)

## End(Not run)

javadch/rquis documentation built on May 18, 2019, 5:56 p.m.