FCFL.NET Common Library - API Reference
OleDbDataProviderBase Class Members
Properties  Methods 

The following tables list the members exposed by OleDbDataProviderBase.

Public Properties
 NameDescription
Public PropertyCanBatchQueriesSpecifies whether the underlying database type for this provider can support multiple SQL statements per database round-trip (Inherited from FChoice.Common.Data.DbProvider)
Public PropertyConnectionStringGets or sets the connection string this provider will use for database connections (Inherited from FChoice.Common.Data.DbProvider)
Public PropertyMaxInListItemsGets 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 PropertyProviderNameA general provider type or key to classify this provider (Inherited from FChoice.Common.Data.DbProvider)
Public PropertyRequiresDbNameParameterGets whether or not this provider requires the "dbname" argument for the CreateConnectionString Method (Inherited from FChoice.Common.Data.DbProvider)
Public PropertyTypeMapperThis property is intended for future use and is not currently used. (Inherited from FChoice.Common.Data.DbProvider)
Top
Public Methods
 NameDescription
Public MethodCreateCommand (Inherited from FChoice.Common.Data.DbProvider)
Public MethodCreateConnectionStringOverridden.   
Public MethodCreateParameterOverridden.   
Public MethodFormatDateLiteralConverts a DateTime value to a string according to the specific format of the underlying database type (Inherited from FChoice.Common.Data.DbProvider)
Public MethodGetAdapterOverloaded. Overridden.   
Public MethodGetAsStatementQualifies 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 MethodGetBitwiseAndStatementOverridden.   
Public MethodGetConnectionOverloaded. Overridden.   
Public MethodGetDateStatementGets 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 MethodGetDBDateExecutes a statement against the database to retrieve the current date/time on the database (Inherited from FChoice.Common.Data.DbProvider)
Public MethodGetDbVersionOverloaded.  (Inherited from FChoice.Common.Data.DbProvider)
Public MethodGetParameterNamePrefixOverridden.   
Public MethodPrepareParameterPrepares a parameter for the specified type of query according to the rules of the underlying database type (Inherited from FChoice.Common.Data.DbProvider)
Public MethodPrepareSQLStatementOverridden.   
Public MethodRemoveParameterNamePrefixOverridden.   
Public MethodSetDatabaseParameterTypeForClobText (Inherited from FChoice.Common.Data.DbProvider)
Public MethodTestConnectionOverloaded.  (Inherited from FChoice.Common.Data.DbProvider)
Public MethodValidateConnectionParamsOverridden.   
Top
See Also

Reference

OleDbDataProviderBase Class
FChoice.Common.Data Namespace

 

 


© 2010 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.

Send comments on this topic.