|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLCheck
Provides access to members that check a SQL statement for invalid characters.
Method Summary | |
---|---|
void |
checkSelectList(String selctList)
Checks select list for invalid characters. |
void |
checkWhereClause(String whereClause)
Checks where clause for invalid characters. |
Method Detail |
---|
void checkSelectList(String selctList) throws IOException, AutomationException
selctList
- The selctList (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void checkWhereClause(String whereClause) throws IOException, AutomationException
whereClause
- The whereClause (in)
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 |