com.esri.arcgis.geodatabase
Interface ISqlInvalidCharacterDictionary

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISqlInvalidCharacterDictionaryProxy

public interface ISqlInvalidCharacterDictionary
extends Serializable

Provides access to the field checker validate property which describes the invalid characters for field names for a workspace.

Product Availability

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


Method Summary
 String getInvalidChars()
          String containing all of the invalid characters for field names.
 String getInvalidStartingChars()
          String containing all of the characters that cannot be the first character in a field name.
 void setInvalidChars(String invalidChars)
          String containing all of the invalid characters for field names.
 void setInvalidStartingChars(String invalidChars)
          String containing all of the characters that cannot be the first character in a field name.
 

Method Detail

setInvalidChars

void setInvalidChars(String invalidChars)
                     throws IOException,
                            AutomationException
String containing all of the invalid characters for field names.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
invalidChars - The invalidChars (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInvalidChars

String getInvalidChars()
                       throws IOException,
                              AutomationException
String containing all of the invalid characters for field names.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The invalidChars
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInvalidStartingChars

void setInvalidStartingChars(String invalidChars)
                             throws IOException,
                                    AutomationException
String containing all of the characters that cannot be the first character in a field name.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
invalidChars - The invalidChars (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInvalidStartingChars

String getInvalidStartingChars()
                               throws IOException,
                                      AutomationException
String containing all of the characters that cannot be the first character in a field name.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The invalidChars
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.