dbGetInfo {RSQLite}R Documentation

Get metadata about a database object

Description

Deprecated. Please use individual functions.

Usage

## S4 method for signature 'SQLiteDriver'
dbGetInfo(dbObj, ...)

## S4 method for signature 'SQLiteConnection'
dbGetInfo(dbObj, ...)

Arguments

dbObj

An object of class SQLiteDriver, SQLiteConnection or SQLiteResult


[Package RSQLite version 2.1.1 Index]