|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLCheck
Provides access to members that check a SQL statement for invalid characters.
This interface is intended for internal use only.
This interface is intended for internal use only.
This interface is intended for internal use only.
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
This method is intended for internal use only.
This method is intended for internal use only.
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
This method is intended for internal use only.
This method is intended for internal use only.
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |