Provides access to members that supply information about SQL functionality.
Members
Name | Description | |
---|---|---|
FormatDatetime | Format a datetime value into a literal string. | |
GetDelimitedIdentifierCase | True if DBMS's quoted identifiers are case sensitive. | |
GetFunctionFormat | DBMS dependent Spatial SQL function formats. | |
GetFunctionName | DBMS dependent SQL function names. | |
GetIdentifierCase | True if DBMS's identifiers are case sensitive. | |
GetInvalidCharacters | The list of invalid characters used in literals (if any). | |
GetInvalidStartingCharacters | The list of invalid characters used in literals (if any). | |
GetKeywords | The list of DBMS specific reserved keywords. | |
GetOperator | SQL operators. | |
GetSpecialCharacter | Special DBMS dependent SQL characters. | |
GetSQLInfo | SQL Syntax Information. | |
GetStringComparisonCase | True if string comparisons are case sensitive. | |
GetSupportedClauses | Supported SQL clauses. | |
GetSupportedPredicates | Supported SQL predicates. | |
ParseColumnName | Given a column name, determine its qualification parts. | |
ParseTableName | Given a table name, determine its qualification parts. | |
QualifyColumnName | Given a table name and column name, returns its fully qualified name. | |
QualifyTableName | Given a database, owner, and table name, return its fully qualified name. | |
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 |
---|