ISQLSyntax3 Interface

Provides access to members that supply information about SQL functionality.

Members

Name Description
Method FormatDatetime Format a datetime value into a literal string.
Method GetDelimitedIdentifierCase True if DBMS's quoted identifiers are case sensitive.
Method GetFunctionFormat DBMS dependent Spatial SQL function formats.
Method GetFunctionName DBMS dependent SQL function names.
Method GetIdentifierCase True if DBMS's identifiers are case sensitive.
Method GetInvalidCharacters The list of invalid characters used in literals (if any).
Method GetInvalidStartingCharacters The list of invalid characters used in literals (if any).
Method GetKeywords The list of DBMS specific reserved keywords.
Method GetOperator SQL operators.
Method GetSpecialCharacter Special DBMS dependent SQL characters.
Method GetSQLInfo SQL Syntax Information.
Method GetStringComparisonCase True if string comparisons are case sensitive.
Method GetSupportedClauses Supported SQL clauses.
Method GetSupportedPredicates Supported SQL predicates.
Method ParseColumnName Given a column name, determine its qualification parts.
Method ParseTableName Given a table name, determine its qualification parts.
Method QualifyColumnName Given a table name and column name, returns its fully qualified name.
Method QualifyTableName Given a database, owner, and table name, return its fully qualified name.
Method TruncateToLimit Truncate identifier to what database can support.

ISQLSyntax3.GetFunctionFormat Method

DBMS dependent Spatial SQL function formats.

Public Function GetFunctionFormat ( _
    ByVal sqlFunc As esriSQLFunctionName, _
    ByVal GeometryStorage As esriGeometryStorage, _
    ByVal eflag As Integer _
) As String
public string GetFunctionFormat (
    esriSQLFunctionName sqlFunc,
    esriGeometryStorage GeometryStorage,
    int eflag
);

Inherited Interfaces

Interfaces Description
ISQLSyntax2 Provides access to members that supply information about SQL functionality.
ISQLSyntax Provides access to members that supply information about SQL functionality.

Classes that implement ISQLSyntax3

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.