Package: RSQLServer
Type: Package
Title: SQL Server R Database Interface (DBI)
Version: 0.1.1
Date: 2014-10-10
Authors@R: as.person(c("Imanuel Costigan <i.costigan@me.com> [aut,cre]",
    "The jTDS Project (for MSSQL Server driver) [aut]",
    "Simon Urbanek <Simon.Urbanek@r-project.org> [ctb]",
    "The Legion Of The Bouncy Castle [cph,ctb]"))
Maintainer: Imanuel Costigan <i.costigan@me.com>
Description: RSQLServer wraps the jTDS Project's JDBC 3.0 SQL Server
    driver and extends the RJDBC classes and DBI methods. It defines a
    SQLServerDriver, SQLServerConnection & SQLServerRsult S4 classes as
    extensions of the RJDBC equivalent classes. Most of the DBI methods will
    simply be calls to methods defined by RJDBC classes. However, the dbConnect
    and some of the dbGetInfo methods are specific to SQL Server. The jTDS
    drivers do extend to Sybase SQL Server, but currently, only Microsoft SQL
    Server is supported by this package.
License: GPL-2
Depends: methods, DBI (>= 0.3.1), rJava (>= 0.9-6)
Imports: RJDBC (>= 0.2-4)
SystemRequirements: Java (>= 1.3)
Collate: 'DBDriver.R' 'DBConnection.R' 'DBResult.R' 'RSQLServer.R'
        'Utils.R' 'onLoad.R'
Packaged: 2014-10-10 08:55:42 UTC; imanuel
Author: Imanuel Costigan [aut, cre],
  The jTDS Project [aut] (for MSSQL Server driver),
  Simon Urbanek [ctb],
  The Legion Of The Bouncy Castle [cph, ctb]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-10-10 12:10:24
Built: R 3.1.1; ; 2014-10-11 10:42:12 UTC; unix
