The OracleDataClientDriver type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OracleDataClientDriver |
Initializes a new instance of OracleDataClientDriver.
|
Methods
| Name | Description | |
|---|---|---|
| AdjustCommand |
Override to make any adjustments to each IDbCommand object before it added to the batcher.
(Inherited from DriverBase.) | |
| CloneParameter | (Inherited from DriverBase.) | |
| Configure | (Inherited from DriverBase.) | |
| CreateCommand | (Inherited from ReflectionBasedDriver.) | |
| CreateConnection | (Inherited from ReflectionBasedDriver.) | |
| Equals | (Inherited from Object.) | |
| ExpandQueryParameters | (Inherited from DriverBase.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FormatNameForParameter |
Changes the parameterName into the correct format for an IDbParameter
for the Driver.
(Inherited from DriverBase.) | |
| FormatNameForSql |
Change the parameterName into the correct format IDbCommand.CommandText
for the ConnectionProvider
(Inherited from DriverBase.) | |
| GenerateCommand | (Inherited from DriverBase.) | |
| GenerateOutputParameter | (Inherited from DriverBase.) | |
| GenerateParameter |
Generates an IDbDataParameter for the IDbCommand. It does not add the IDbDataParameter to the IDbCommand's
Parameter collection.
(Inherited from DriverBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetResultSetsCommand | (Inherited from DriverBase.) | |
| GetSqlStringFormatter | (Inherited from DriverBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeParameter | (Overrides DriverBase..::..InitializeParameter(IDbDataParameter, String, SqlType).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnBeforePrepare | (Overrides DriverBase..::..OnBeforePrepare(IDbCommand).) | |
| PrepareCommand | (Inherited from DriverBase.) | |
| RemoveUnusedCommandParameters | (Inherited from DriverBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
| IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsProxy | (Defined by NHibernateProxyHelper.) | |
| ToTypeParameters | (Defined by ReflectHelper.) |
Properties
| Name | Description | |
|---|---|---|
| IsPrepareSqlEnabled | (Inherited from DriverBase.) | |
| NamedPrefix | (Overrides DriverBase..::..NamedPrefix.) | |
| SupportsMultipleOpenReaders | (Inherited from DriverBase.) | |
| SupportsMultipleQueries | (Inherited from DriverBase.) | |
| SupportsPreparingCommands |
Does this Driver support IDbCommand.Prepare().
(Inherited from DriverBase.) | |
| UseNamedPrefixInParameter | (Overrides DriverBase..::..UseNamedPrefixInParameter.) | |
| UseNamedPrefixInSql | (Overrides DriverBase..::..UseNamedPrefixInSql.) |