GetServerVersion: file: generic_connection.R S3-style generic function layer...

View source: R/generic_connection.R

GetServerVersionR Documentation

file: generic_connection.R S3-style generic function layer for connection classes.

Description

Each generic function "<fn>" in this file has concrete functions "<fn>.shim" and "<fn>.httpapi" defined in another file, which are dispatched to via UseMethod() in the generic function.

Usage

GetServerVersion(db)

Arguments

db

scidb connection object from scidbconnect

Details

Get the SciDB server's version.

Value

db with modifications reflecting the server version. In particular: attr(db, "connection")$scidb.version is the SciDB version, and class(db) has either "httpapi" or "shim" in its inheritance list, reflecting the interface that the connection uses.


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.