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.

Description

This interface is intended for internal use only.

Remarks

This interface is intended for internal use only.

When To Use

This interface is intended for internal use only.

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.

Description

This method is intended for internal use only.

Remarks

This method is intended for internal use only.

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.

Description

This method is intended for internal use only.

Remarks

This method is intended for internal use only.

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.