Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 27 found.
[1] < 1 2 3 > [3]  Sort:

SQLiteResult-class (Package: RSQLite) : Class SQLiteResult

SQLite's query results class. This classes encapsulates the result of an SQL statement (either select or not).
● Data Source: CranContrib
● Keywords:
● Alias: SQLiteResult-class
● 0 images

dbGetInfo (Package: RSQLite) : Get metadata about a database object.

Get metadata about a database object.
● Data Source: CranContrib
● Keywords:
● Alias: dbGetInfo, dbGetInfo,SQLiteConnection-method, dbGetInfo,SQLiteDriver-method, dbGetInfo,SQLiteResult-method
● 0 images

dbDataType,SQLiteConnection-method (Package: RSQLite) : Determine the SQL Data Type of an R object.

This method is a straight-forward implementation of the corresponding generic function.
● Data Source: CranContrib
● Keywords:
● Alias: dbDataType,SQLiteConnection-method, dbDataType,SQLiteDriver-method
● 0 images

dbIsValid (Package: RSQLite) : Check whether an SQLite object is valid or not.

Support function that verifies that the holding a reference to a foreign object is still valid for communicating with the RDBMS
● Data Source: CranContrib
● Keywords:
● Alias: dbIsValid, dbIsValid,SQLiteConnection-method, dbIsValid,SQLiteDriver-method, dbIsValid,SQLiteResult-method, isIdCurrent
● 0 images

SQLiteDriver-class (Package: RSQLite) : Class SQLiteDriver with constructor SQLite.

An SQLite driver implementing the R/S-Plus database (DBI) API. This class should always be initializes with the SQLite() function. It returns a singleton object that allows you to connect to the SQLite engine embedded in R.
● Data Source: CranContrib
● Keywords:
● Alias: SQLite, SQLiteDriver-class
● 0 images

dbGetException,SQLiteConnection-method (Package: RSQLite) : Get the last exception from the connection.

Get the last exception from the connection.
● Data Source: CranContrib
● Keywords: internal
● Alias: dbGetException,SQLiteConnection-method
● 0 images

initExtension (Package: RSQLite) : Add useful extension functions.

These extension functions are written by Liam Healy and made available through the SQLite website (http://www.sqlite.org/contrib).
● Data Source: CranContrib
● Keywords:
● Alias: initExtension
● 0 images

sqliteCopyDatabase (Package: RSQLite) : Copy a SQLite database

This function copies a database connection to a file or to another database connection. It can be used to save an in-memory database (created using dbname = ":memory:") to a file or to create an in-memory database as a copy of anothe database.
● Data Source: CranContrib
● Keywords:
● Alias: sqliteCopyDatabase
● 0 images

dbExistsTable,SQLiteConnection,character-method (Package: RSQLite) : Does the table exist?

Does the table exist?
● Data Source: CranContrib
● Keywords:
● Alias: dbExistsTable,SQLiteConnection,character-method
● 0 images

dbListTables,SQLiteConnection-method (Package: RSQLite) : List available SQLite tables.

List available SQLite tables.
● Data Source: CranContrib
● Keywords:
● Alias: dbListTables,SQLiteConnection-method
● 0 images