com.esri.arcgis.geodatabase
Interface esriFieldNameErrorType

All Superinterfaces:
Serializable

public interface esriFieldNameErrorType
extends Serializable

FieldName error description.

Description

esriFieldNameErrorType are descriptions of errors that the IFieldChecker interface finds.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
esriFieldNameErrorType, IFieldChecker

Field Summary
static int esriDuplicatedFieldName
          Field name is a duplicate of another field name.
static int esriInvalidCharacter
          Field name containes invalid character.
static int esriInvalidFieldNameLength
          Field name is too long.
static int esriNoFieldError
          No field error.
static int esriSQLReservedWord
          Field name is a SQL Reserved word.
 

Field Detail

esriNoFieldError

static final int esriNoFieldError
No field error.

See Also:
Constant Field Values

esriSQLReservedWord

static final int esriSQLReservedWord
Field name is a SQL Reserved word.

See Also:
Constant Field Values

esriDuplicatedFieldName

static final int esriDuplicatedFieldName
Field name is a duplicate of another field name.

See Also:
Constant Field Values

esriInvalidCharacter

static final int esriInvalidCharacter
Field name containes invalid character.

See Also:
Constant Field Values

esriInvalidFieldNameLength

static final int esriInvalidFieldNameLength
Field name is too long.

See Also:
Constant Field Values