db_info.chMDB {TKCat} | R Documentation |
DB information
Description
DB information
DB information
Usage
## S3 method for class 'chMDB'
db_info(x, ...)
## S3 replacement method for class 'chMDB'
db_info(x) <- value
## S3 method for class 'fileMDB'
db_info(x, ...)
## S3 replacement method for class 'fileMDB'
db_info(x) <- value
db_info(x, ...)
db_info(x) <- value
## S3 method for class 'memoMDB'
db_info(x, ...)
## S3 replacement method for class 'memoMDB'
db_info(x) <- value
## S3 method for class 'metaMDB'
db_info(x, ...)
## S3 replacement method for class 'metaMDB'
db_info(x) <- value
Arguments
x |
an object with embedded database information |
... |
method specific parameters |
value |
list with the following elements:
|
Value
A list with the following elements:
-
name: a single character
-
title: a single character
-
description: a single character
-
url: a single character
-
version: a single character
-
maintainer: a single character vector
-
size: a numeric vector providing the size of the DB in bytes
[Package TKCat version 1.1.11 Index]