View source: R/EXADBI-connection.R
| dbCurrentSchema | R Documentation |
Fetches and outputs the current schema from an EXASOL DB. Also updates EXAConnection metadata.
dbCurrentSchema(con, setSchema = NULL)
con |
A valid EXAConnection |
setSchema |
If not NULL, this schema will be opened and attached to EXAConnection metadata. |
an updated EXAConnection
Other EXAConnection related objects:
EXAConnection-class,
dbBegin,EXAConnection-method,
dbCommit,EXAConnection-method,
dbConnect,EXADriver-method,
dbEnd(),
dbExistsTable,EXAConnection,character-method,
dbGetQuery,EXAConnection,character-method,
dbListFields,EXAConnection,character-method,
dbListTables,EXAConnection-method,
dbReadTable,EXAConnection,character-method,
dbRemoveTable,EXAConnection,character-method,
dbRollback,EXAConnection-method,
dbSendQuery,EXAConnection,character-method,
dbWriteTable,EXAConnection,character,data.frame-method
Other None-DBI-API:
dbEnd(),
exa.createScript(),
exa.readData(),
exa.writeData()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.