This document is archived and information here might be outdated.  Recommended version.


ISQLCheck3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLCheck3 Interface
ArcGIS Developer Help

ISQLCheck3 Interface

Provides access to members that check a SQL statement.

Product Availability

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

Members

Name Description
Method CheckSelectList Checks select list for invalid characters.
Method CheckSelectStatement Checks select statement for invalid characters.
Method CheckWhereClause Checks where clause for invalid characters.
Method ValidateQueryFilter Validates a Query Filter.
Method ValidateSQL Validates a SQL clause.

Inherited Interfaces

Interfaces Description
ISQLCheck2 Provides access to members that check a SQL statement for invalid characters.
ISQLCheck Provides access to members that check a SQL statement for invalid characters.

Classes that implement ISQLCheck3

Classes Description
SQLCheck Esri SQL check object.