com.esri.arcgis.geodatabase
Interface esriTableNameErrorType

All Superinterfaces:
java.io.Serializable

public interface esriTableNameErrorType
extends java.io.Serializable

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

Description: 'TableName 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 esriHasInvalidCharacter
          Table name contains an Invalid Character.
static int esriHasInvalidStartingCharacter
          Table name has an invalid starting character.
static int esriIsSQLReservedWord
          Table name is a SQL reserved word.
 

Field Detail

esriIsSQLReservedWord

static final int esriIsSQLReservedWord
Table name is a SQL reserved word.

See Also:
Constant Field Values

esriHasInvalidCharacter

static final int esriHasInvalidCharacter
Table name contains an Invalid Character.

See Also:
Constant Field Values

esriHasInvalidStartingCharacter

static final int esriHasInvalidStartingCharacter
Table name has an invalid starting character.

See Also:
Constant Field Values