Class GDALVectorConnection (and methods)
Source:R/GDALVectorConnection.R, R/connect.R
GDALVectorConnection-class.RdGDALVectorConnection objects are created by passing GDALSQL() as first
argument to DBI::dbConnect().
They are a superclass of the DBI::DBIConnection class.
The "Usage" section lists the class methods overridden by lazysf.
Usage
# S4 method for class 'GDALVectorConnection'
show(object)
# S4 method for class 'GDALVectorConnection'
dbIsValid(dbObj, ...)
# S4 method for class 'GDALVectorConnection'
dbGetInfo(dbObj, ...)
# S4 method for class 'GDALVectorConnection'
dbSendQuery(conn, statement, ...)
# S4 method for class 'GDALVectorConnection,character'
dbReadTable(conn, name, ...)
# S4 method for class 'GDALVectorConnection'
dbListTables(conn, ...)
# S4 method for class 'GDALVectorConnection,character'
dbListFields(conn, name, ...)
# S4 method for class 'GDALVectorConnection,ANY'
dbExistsTable(conn, name, ...)
# S4 method for class 'GDALVectorConnection'
dbDisconnect(conn, ...)See also
The corresponding generic functions
DBI::dbSendQuery(), DBI::dbDisconnect(),
DBI::dbReadTable(), DBI::dbListFields(),
DBI::dbExistsTable(), DBI::dbListTables().