GeoEco.DatabaseAccess.InMemory Module

Classes for manipulating data in a simple in-memory database.

This module is intended for GeoEco internal use only and is not recommended for external callers.

class InMemoryDatabaseConnection()
Represents a connection to an in-memory database.
class InMemoryInsertCursor([connection[, table[, spatialReference[, rowCount]]]])
Represents a cursor used to insert rows into a table stored in an in-memory database.
class InMemorySelectCursor([connection[, table[, fields[, where[, orderBy[, directions[, spatialReference[, rowCount]]]]]]]])
Represents a cursor used to read rows from a table stored in an in-memory database.
class InMemoryUpdateCursor([connection[, table[, fields[, where[, orderBy[, directions[, spatialReference[, rowCount]]]]]]]])
Represents a cursor used to read, update, and delete rows of a table stored in an in-memory database.