Show / Hide Table of Contents

OleDbDataProviderBase Class Members

The following tables list the members exposed by OleDbDataProviderBase.

Public Properties

  Name Description
Public Property CanBatchQueries Specifies whether the underlying database type for this provider can support multiple SQL statements per database round-trip (Inherited from FChoice.Common.Data.DbProvider)
Public Property ConnectionString Gets or sets the connection string this provider will use for database connections (Inherited from FChoice.Common.Data.DbProvider)
Public Property MaxInListItems Gets the maximum number of items the underlying database type supports in an IN() or NOT IN() SQL clause (Inherited from FChoice.Common.Data.DbProvider)
Public Property ProviderName A general provider type or key to classify this provider (Inherited from FChoice.Common.Data.DbProvider)
Public Property RequiresDbNameParameter Gets whether or not this provider requires the "dbname" argument for the CreateConnectionString Method (Inherited from FChoice.Common.Data.DbProvider)
Public Property TypeMapper This property is intended for future use and is not currently used. (Inherited from FChoice.Common.Data.DbProvider)

Public Methods

  Name Description
Public Method CreateCommand (Inherited from FChoice.Common.Data.DbProvider)
Public Method CreateConnectionString Overridden.   
Public Method CreateParameter Overridden.   
Public Method FormatDateLiteral Converts a DateTime value to a string according to the specific format of the underlying database type (Inherited from FChoice.Common.Data.DbProvider)
Public Method GetAdapter Overloaded. Overridden.   
Public Method GetAsStatement Qualifies a column or table alias according to this provider's database type's rules regarding use of the AS keyword (Inherited from FChoice.Common.Data.DbProvider)
Public Method GetBitwiseAndStatement Overridden.   
Public Method GetConnection Overloaded. Overridden.   
Public Method GetDateStatement Gets a SQL statement fragment for the database-specific syntax of retrieving the current date (i.e. SYSDATE on Oracle or GETDATE() on MSSQL). (Inherited from FChoice.Common.Data.DbProvider)
Public Method GetDBDate Executes a statement against the database to retrieve the current date/time on the database (Inherited from FChoice.Common.Data.DbProvider)
Public Method GetDbVersion Overloaded.  (Inherited from FChoice.Common.Data.DbProvider)
Public Method GetParameterNamePrefix Overridden.   
Public Method PrepareParameter Prepares a parameter for the specified type of query according to the rules of the underlying database type (Inherited from FChoice.Common.Data.DbProvider)
Public Method PrepareSQLStatement Overridden.   
Public Method RemoveParameterNamePrefix Overridden.   
Public Method SetDatabaseParameterTypeForClobText (Inherited from FChoice.Common.Data.DbProvider)
Public Method TestConnection Overloaded.  (Inherited from FChoice.Common.Data.DbProvider)
Public Method ValidateConnectionParams Overridden.   

Reference

OleDbDataProviderBase Class
FChoice.Common.Data Namespace

Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.