Skip to contents

GDALVectorResult objects are created by DBI::dbSendQuery(), and encapsulate the result of an SQL statement. They are a superclass of the DBI::DBIResult class. The "Usage" section lists the class methods overridden by lazysf.

Usage

# S4 method for class 'GDALVectorResult'
show(object)

# S4 method for class 'GDALVectorResult'
dbFetch(res, n = -1, ...)

# S4 method for class 'GDALVectorResult'
dbClearResult(res, ...)

# S4 method for class 'GDALVectorResult'
dbHasCompleted(res, ...)

See also

The corresponding generic functions DBI::dbFetch(), DBI::dbClearResult(), and DBI::dbHasCompleted().