Skip to contents

GDALVectorDriver objects are created by GDALSQL() and used to select the correct method in DBI::dbConnect(). They are a superclass of the DBI::DBIDriver class, and used purely for dispatch.

Usage

# S4 method for class 'GDALVectorDriver'
dbDataType(dbObj, obj, ...)

# S4 method for class 'GDALVectorDriver'
dbIsValid(dbObj, ...)

# S4 method for class 'GDALVectorDriver'
dbUnloadDriver(drv, ...)

# S4 method for class 'GDALVectorDriver'
dbGetInfo(dbObj, ...)

Details

The "Usage" section lists the class methods overridden by lazysf. The DBI::dbUnloadDriver() method is a null-op.