|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISqlInvalidCharacterDictionary
Provides access to the field checker validate property which describes the invalid characters for field names for a workspace.
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 |
---|
void setInvalidChars(String invalidChars) throws IOException, AutomationException
invalidChars
- The invalidChars (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInvalidChars() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInvalidStartingChars(String invalidChars) throws IOException, AutomationException
invalidChars
- The invalidChars (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInvalidStartingChars() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |