com.esri.arcgis.geodatabase
Interface esriFieldNameErrorType

All Superinterfaces:
java.io.Serializable

public interface esriFieldNameErrorType
extends java.io.Serializable

Constants from esriFieldNameErrorType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'FieldName error description.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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