ArcObjects Library Reference (Carto)  

ISQLSyntaxInfo Interface

Provides access to the SQL Syntax Info Interface.

Product Availability

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

When To Use

Use ISQLSyntaxInfo to access information regarding the SQL functionality for the DBMS underlying a map layer.

Members

Description
Read-only property DelimitedIdentifierCase Indicates whether DBMS's quoted identifiers are case sensitive.
Read-only property FunctionNames DBMS dependent SQL function names.
Read-only property IdentifierCase Indicates whether DBMS's identifiers are case sensitive.
Read-only property InvalidCharacters The list of invalid characters used in literals (if any).
Read-only property InvalidStartingCharacters The list of invalid starting characters used in literals (if any).
Read-only property Keywords The list of DBMS specific reserved keywords.
Read-only property SpecialCharacters Special DBMS dependent SQL characters.
Read-only property StringComparisonCase Indicates whether string comparisons are case sensitive.
Read-only property SupportedClauses Supported SQL clauses.
Read-only property SupportedPredicates Supported SQL predicates.

CoClasses that implement ISQLSyntaxInfo

CoClasses and Classes Description
SQLSyntaxInfo The SQL Syntax Info coclass supplies information about SQL functionality.

Remarks

The members of the ISQLSyntaxInfo interface provide information regarding the SQL functionality for the DBMS underlying a map layer.