com.esri.arcgis.geodatabase
Interface esriFieldNameErrorType

All Superinterfaces:
java.io.Serializable

public interface esriFieldNameErrorType
extends java.io.Serializable

FieldName error description.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Description

esriFieldNameErrorType are descriptions of errors that the IFieldChecker interface finds.


Field Summary
static int esriDuplicatedFieldName
           
static int esriInvalidCharacter
           
static int esriInvalidFieldNameLength
           
static int esriNoFieldError
           
static int esriSQLReservedWord
           
 

Field Detail

esriNoFieldError

public static final int esriNoFieldError
See Also:
Constant Field Values

esriSQLReservedWord

public static final int esriSQLReservedWord
See Also:
Constant Field Values

esriDuplicatedFieldName

public static final int esriDuplicatedFieldName
See Also:
Constant Field Values

esriInvalidCharacter

public static final int esriInvalidCharacter
See Also:
Constant Field Values

esriInvalidFieldNameLength

public static final int esriInvalidFieldNameLength
See Also:
Constant Field Values