com.esri.arcgis.geodatabase
Interface ISqlKeywordDictionary

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

public interface ISqlKeywordDictionary
extends java.io.Serializable

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

Description: 'Provides access to the members that control the dictionary for SQL Keywords.' 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 IID764f1a3d_3e8b_11d2_aae0_00c04fa33c20
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(java.lang.String reservedWord)
          Adds a new illegal field name.
 void empty()
          Clears all the invalid field names.
 boolean findKeyword(java.lang.String keyword)
          Indicates if the word is illegal (Legal = false, Illegal = true).
 void getCount(int[] reservedWordCount)
          Number of invalid field names.
 void remove(java.lang.String reservedWord)
          Removes a illegal field name form the list.
 void reset()
          Resets the invalid field names to the state before you called Clear, Add, or Remove.
 void setName(java.lang.String rhs1)
          Provides access to members that maintain a list of SQL Keywords.
 

Field Detail

IID764f1a3d_3e8b_11d2_aae0_00c04fa33c20

static final int IID764f1a3d_3e8b_11d2_aae0_00c04fa33c20
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

setName

void setName(java.lang.String rhs1)
             throws java.io.IOException,
                    AutomationException
Provides access to members that maintain a list of SQL Keywords.

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

getCount

void getCount(int[] reservedWordCount)
              throws java.io.IOException,
                     AutomationException
Number of invalid field names.

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

add

void add(java.lang.String reservedWord)
         throws java.io.IOException,
                AutomationException
Adds a new illegal field name.

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

remove

void remove(java.lang.String reservedWord)
            throws java.io.IOException,
                   AutomationException
Removes a illegal field name form the list.

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the invalid field names to the state before you called Clear, Add, or Remove.

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

empty

void empty()
           throws java.io.IOException,
                  AutomationException
Clears all the invalid field names.

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

findKeyword

boolean findKeyword(java.lang.String keyword)
                    throws java.io.IOException,
                           AutomationException
Indicates if the word is illegal (Legal = false, Illegal = true).

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