The following tables list the members exposed by OleDbDataProviderBase.
Name | Description | |
---|---|---|
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) | |
ConnectionString | Gets or sets the connection string this provider will use for database connections (Inherited from FChoice.Common.Data.DbProvider) | |
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) | |
ProviderName | A general provider type or key to classify this provider (Inherited from FChoice.Common.Data.DbProvider) | |
RequiresDbNameParameter | Gets whether or not this provider requires the "dbname" argument for the CreateConnectionString Method (Inherited from FChoice.Common.Data.DbProvider) | |
TypeMapper | This property is intended for future use and is not currently used. (Inherited from FChoice.Common.Data.DbProvider) |
Name | Description | |
---|---|---|
CreateCommand | (Inherited from FChoice.Common.Data.DbProvider) | |
CreateConnectionString | Overridden. | |
CreateParameter | Overridden. | |
FormatDateLiteral | Converts a DateTime value to a string according to the specific format of the underlying database type (Inherited from FChoice.Common.Data.DbProvider) | |
GetAdapter | Overloaded. Overridden. | |
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) | |
GetBitwiseAndStatement | Overridden. | |
GetConnection | Overloaded. Overridden. | |
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) | |
GetDBDate | Executes a statement against the database to retrieve the current date/time on the database (Inherited from FChoice.Common.Data.DbProvider) | |
GetDbVersion | Overloaded. (Inherited from FChoice.Common.Data.DbProvider) | |
GetParameterNamePrefix | Overridden. | |
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) | |
PrepareSQLStatement | Overridden. | |
RemoveParameterNamePrefix | Overridden. | |
SetDatabaseParameterTypeForClobText | (Inherited from FChoice.Common.Data.DbProvider) | |
TestConnection | Overloaded. (Inherited from FChoice.Common.Data.DbProvider) | |
ValidateConnectionParams | Overridden. |