Provides methods for performing common data management operations on table fields.
| Module: | GeoEco.DataManagement.Fields |
| Intended use: | All methods are recommended for external callers |
| COM: | Exposed as COM class GeoEco.Field |
| ArcGIS: | Some methods are exposed as ArcGIS geoprocessing tools |
| CalculateArcGISField( | table, field, pythonExpression[, where[, modulesToImport[, statementsToExecFirst[, statementsToExecPerRow]]]]) |
| CalculateArcGISFields( | table, fields, pythonExpressions[, where[, modulesToImport[, statementsToExecFirst[, statementsToExecPerRow]]]]) |
| CalculateField( | connection, table, field, pythonExpression[, where[, modulesToImport[, statementsToExecFirst[, statementsToExecPerRow]]]]) |
| CalculateFields( | connection, table, fields, pythonExpressions[, where[, modulesToImport[, statementsToExecFirst[, statementsToExecPerRow]]]]) |