Field Class

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

Classmethods

CalculateArcGISField(table, field, pythonExpression[, where[, modulesToImport[, statementsToExecFirst[, statementsToExecPerRow]]]])
Calculates the value of a table field using a Python expression.
CalculateArcGISFields(table, fields, pythonExpressions[, where[, modulesToImport[, statementsToExecFirst[, statementsToExecPerRow]]]])
Calculates values for one or more fields of a table using Python expressions.
CalculateField(connection, table, field, pythonExpression[, where[, modulesToImport[, statementsToExecFirst[, statementsToExecPerRow]]]])
Calculates the value of a table field using a Python expression.
CalculateFields(connection, table, fields, pythonExpressions[, where[, modulesToImport[, statementsToExecFirst[, statementsToExecPerRow]]]])
Calculates values for one or more fields of a table using Python expressions.