Learn R Programming

TrajDataMining (version 0.1.6)

DataSourceInfo-class: Data Source Info

Description

Class to connect in a database

Arguments

Slots

user

User of database

title

Title of database

accessDriver

The database access driver

host

Host of the database (e.g. localhost)

port

Port the database (e.g. 5432)

timeout

Timeout time of connection

password

Password of database

db

Database name

encoding

Encoding of database (e.g.CP1252 )

dbtype

The type of the database (e.g. POSTGIS)

path

Path of the database