db.class: Function to determine database connection class/type.

View source: R/db.class.R

db.classR Documentation

Function to determine database connection class/type.

Description

db.class will return a lower-case string of database type which is suitable for logic testing similar to is.numeric or is.character.

Usage

db.class(con)

db_class(con)

Arguments

con

Database connection.

Value

Character vector with a length of 1.

Author(s)

Stuart K. Grange.


skgrange/databaser documentation built on Sept. 13, 2024, 3:53 a.m.