com.esri.arcgis.geodatabase
Interface ISqlInvalidCharacterDictionary

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISqlInvalidCharacterDictionaryProxy

public interface ISqlInvalidCharacterDictionary
extends java.io.Serializable

COM Interface 'ISqlInvalidCharacterDictionary'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to the field checker validate property which describes the invalid characters for field names for a workspace.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDb9f1cfd7_2c2f_11d3_bbac_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getInvalidChars()
          String containing all of the invalid characters for field names.
 java.lang.String getInvalidStartingChars()
          String containing all of the characters that cannot be the first character in a field name.
 void setInvalidChars(java.lang.String invalidChars)
          String containing all of the invalid characters for field names.
 void setInvalidStartingChars(java.lang.String invalidChars)
          String containing all of the characters that cannot be the first character in a field name.
 

Field Detail

IIDb9f1cfd7_2c2f_11d3_bbac_000000000000

static final int IIDb9f1cfd7_2c2f_11d3_bbac_000000000000
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setInvalidChars

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

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

getInvalidChars

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

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

setInvalidStartingChars

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

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

getInvalidStartingChars

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

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