This document is archived and information here might be outdated. Recommended version. |
Provides access to members that supply information about SQL functionality.
Name | Description | |
---|---|---|
FormatDatetime | Format a datetime value into a literal string. | |
GetDelimitedIdentifierCase | True if DBMS's quoted identifiers are case sensitive. | |
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. |
Interfaces | Description |
---|---|
ISQLSyntax | Provides access to members that supply information about SQL functionality. |
CoClasses and Classes | Description |
---|