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( | ) |
| class InMemoryInsertCursor( | [connection[, table[, spatialReference[, rowCount]]]]) |
| class InMemorySelectCursor( | [connection[, table[, fields[, where[, orderBy[, directions[, spatialReference[, rowCount]]]]]]]]) |
| class InMemoryUpdateCursor( | [connection[, table[, fields[, where[, orderBy[, directions[, spatialReference[, rowCount]]]]]]]]) |