RelationalDataProvider Methods

The RelationalDataProvider type exposes the following members.

Methods
  NameDescription
Public methodAreCompatible
Determines if two connectors are compatible for possible generation of single SQL.
Public methodBuildConnectionString
Builds the connection string.
(Inherited from DataProvider.)
Protected methodCreateReader
Creates the reader for the specified query object.
Public methodCreateTable
Creates a database table.
Public methodCreateTemporaryTable
Creates a temporary table.
Public methodDiscoverColumns
Discovers the columns for the specified query object.
Public methodDiscoverStructure(IDisposable, DataStructure)
Discovers the structure definition.
(Inherited from DataProvider.)
Public methodDiscoverStructure(IDisposable, SupportedDataStructures, String)
Gets the structure definition with the specified name.
(Inherited from DataProvider.)
Public methodDiscoverStructures
Gets the list of the structures with the specified type.
(Inherited from DataProvider.)
Public methodEnumerateCustom
Enumerates the provider-specific values.
(Inherited from DataProvider.)
Public methodEnumerateDatabases
Enumerates the available databases.
(Inherited from DataProvider.)
Public methodEnumerateServers
Enumerates the available database servers.
(Inherited from DataProvider.)
Public methodGenerateFunctionCall
Generates the statement that calls the table-valued function.
Public methodGenerateQuery
Generates the query.
Public methodGetCapabilities
Gets the relational provider capabilities.
Public methodGetCastExpression
Gets a data conversion expression, used in general for avoiding overflow exceptions when using aggregates.
Public methodGetConnection
Gets the open connection.
(Inherited from DataProvider.)
Public methodGetCredentialsProviderId
Gets the ID of the credentials provider.
(Inherited from DataProvider.)
Public methodGetCustomConfigurationUI
Gets the custom configuration UI based on the requested content type.
(Inherited from DataProvider.)
Public methodGetDataCacheKey
Gets the data cache key.
(Inherited from DataProvider.)
Public methodGetDateTrimFunction
Returns a function that can be used to 'trim date/time' values to a specified grain.
Public methodGetDefaultStructureName
Gets the default structure name.
(Inherited from DataProvider.)
Public methodGetDiagnosticInfo
Gets diagnostic information about the data provider.
(Inherited from DataProvider.)
Public methodGetOpenReader(IDisposable, QueryDefinition)
Creates and opens the reader for the specified query object.
Protected methodGetOpenReader(IDisposable, QueryDefinition, CommandBehavior)
Creates and opens the reader for the specified query object.
Public methodGetRemoteConnectionMetadata
Gets the remote connection specific metadata.
Public methodGetRemoteMetadata
Gets the remote metadata.
Public methodGetSupportedAggregators
Gets the supported aggregators.
Public methodIsDriverInstalled
Determines whether third party driver required for this data provider is installed.
(Inherited from DataProvider.)
Public methodIsUsingUploadedFile
Determines whether the connection is made to a file stored in Dundas BI database.
(Inherited from DataProvider.)
Protected methodLocalize
Localizes the specified string using the engine localization service.
(Inherited from ComponentBase.)
Public methodLogQueryStatement
Logs the query statement into Data.DataRetrieval.QueryAudit channel at the Information level.
(Inherited from DataProvider.)
Public methodMakeCompatible
Returns structure name from a different database.
Public methodNormalizeName
Escapes special characters or reserved words in a name.
Public methodOnGetReader
Public methodParseStructureName
Parses the structure name.
Public methodProcessTask
Processes the current task if the task is compatible with the data provider.
(Overrides DataProviderProcessTask(ProviderTransformTask).)
Public methodTestConnection
Tests the connection.
(Inherited from DataProvider.)
Public methodUpdateFromConnectionString
Updates from connection string.
(Inherited from DataProvider.)
Top
See Also