public interface ISqlKeywordDictionary
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID764f1a3d_3e8b_11d2_aae0_00c04fa33c20 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int IID764f1a3d_3e8b_11d2_aae0_00c04fa33c20
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getCount(int[] reservedWordCount)
throws java.io.IOException,
AutomationException
reservedWordCount - The reservedWordCount (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void add(java.lang.String reservedWord)
throws java.io.IOException,
AutomationException
reservedWord - The reservedWord (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void remove(java.lang.String reservedWord)
throws java.io.IOException,
AutomationException
reservedWord - The reservedWord (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void reset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void empty()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean findKeyword(java.lang.String keyword)
throws java.io.IOException,
AutomationException
keyword - The keyword (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.