com.esri.arcgis.geodatabase
Interface esriTableNameErrorType

All Superinterfaces:
Serializable

public interface esriTableNameErrorType
extends Serializable

TableName error description.

Remarks

The enum is used to report error type by IFieldChecker::ValidateTableName

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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