public interface ISqlInvalidCharacterDictionary
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb9f1cfd7_2c2f_11d3_bbac_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDb9f1cfd7_2c2f_11d3_bbac_000000000000
static final int xxDummy
static final java.lang.String IID
void setInvalidChars(java.lang.String invalidChars) throws java.io.IOException, AutomationException
invalidChars
- The invalidChars (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getInvalidChars() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInvalidStartingChars(java.lang.String invalidChars) throws java.io.IOException, AutomationException
invalidChars
- The invalidChars (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getInvalidStartingChars() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.