NewSession: Start a new connection/session. When this function finishes:...

View source: R/generic_connection.R

NewSessionR Documentation

Start a new connection/session. When this function finishes: - attr(db, "connection")$session is the session ID - attr(db, "connection")$id is a unique connection ID The connection will automatically close when the connection object goes out of scope.

Description

Start a new connection/session. When this function finishes: - attr(db, "connection")$session is the session ID - attr(db, "connection")$id is a unique connection ID The connection will automatically close when the connection object goes out of scope.

Usage

NewSession(db, auth_type)

Arguments

db

scidb connection object from scidbconnect

auth_type

"scidb" or "digest"


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