com.esri.arcgis.geodatabase
Interface ISQLCheck

All Superinterfaces:
Serializable
All Known Implementing Classes:
SQLCheck

public interface ISQLCheck
extends Serializable

Provides access to members that check a SQL statement for invalid characters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void checkSelectList(String selctList)
          Checks select list for invalid characters.
 void checkWhereClause(String whereClause)
          Checks where clause for invalid characters.
 

Method Detail

checkSelectList

void checkSelectList(String selctList)
                     throws IOException,
                            AutomationException
Checks select list for invalid characters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
selctList - The selctList (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkWhereClause

void checkWhereClause(String whereClause)
                      throws IOException,
                             AutomationException
Checks where clause for invalid characters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
whereClause - The whereClause (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.