In This Topic
The following tables list the members exposed by SQLSyntax.
Public Methods
| Name | Description |
| Format | Overloaded. |
| GetFunctionName | Gets the Datastore-dependent SQL function name corresponding to , e.g., SQLFunction.Sum. This method must be called on the MCT. Use QueuedTask.Run. |
| GetProperty | Gets the boolean property corresponding to , e.g., SQLProperty.IsIdentifierCaseSensitive. This method must be called on the MCT. Use QueuedTask.Run. |
| GetSpecialCharacter | Gets the Datastore-dependent SQL special character corresponding to , e.g., SQLSpecialCharacter.WildcardManyMatch. This method must be called on the MCT. Use QueuedTask.Run. |
| GetSupportedClauses | Gets the list of SQLClause supported by a given Datastore. This method must be called on the MCT. Use QueuedTask.Run. |
| GetSupportedPredicates | Gets the list of SQLPredicate supported by a given Datastore. This method must be called on the MCT. Use QueuedTask.Run. |
| GetSupportedStrings | Gets all of the supported strings corresponding to , e.g., SQLStringType.InvalidCharacters. This method must be called on the MCT. Use QueuedTask.Run. |
| ParseColumnName |
Given a column name (fully qualified or otherwise), determines its qualification parts.
This method must be called on the MCT. Use QueuedTask.Run.
|
| ParseTableName |
Given a table name (fully qualified or otherwise), determines its qualification parts.
This method must be called on the MCT. Use QueuedTask.Run.
|
| QualifyColumnName |
Given a table name and column name, returns its fully qualified name.
This method must be called on the MCT. Use QueuedTask.Run.
|
| QualifyTableName |
Given a database name, owner name and table name, returns its fully qualified name.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also