Property | Type | Description | |
---|---|---|---|
AddProviderSpecificTypeParameter | IDbDataParameter | ||
CreateOpenConnection | DbConnection | ||
GetDbProviderFactory | DbProviderFactory | ||
GetEnumValueOfAny | object | ||
GetProviderInfo | ProviderInfo |
Method | Description | |
---|---|---|
GetError ( string id ) : |
Returns the specified error from the database, or null if it does not exist.
|
|
GetErrors ( int pageIndex, int pageSize, ICollection |
Returns a page of errors from the databse in descending order of logged time.
|
|
Log ( Error error ) : string |
Logs an error to the database. Use the stored procedure called by this implementation to set a policy on how long errors are kept in the log. The default implementation stores all errors for an indefinite time. |
|
OracleErrorLog ( System.Collections.IDictionary config ) : System |
Initializes a new instance of the OracleErrorLog class using a dictionary of configured settings.
|
|
OracleErrorLog ( string connectionString ) : System |
Initializes a new instance of the OracleErrorLog class to use a specific connection string for connecting to the database.
|
|
OracleErrorLog ( string connectionString, DbProviderFactory dbProviderFactory ) : System |
Initializes a new instance of the OracleErrorLog class to use a specific connection string and provider for connecting to the database. The only supported DbProviderFactory instances are those of |
|
OracleErrorLog ( string connectionString, string schemaOwner ) : System |
Initializes a new instance of the OracleErrorLog class to use a specific connection string for connecting to the database. An additional parameter specifies the schema owner.
|
|
OracleErrorLog ( string connectionString, string schemaOwner, DbProviderFactory dbProviderFactory ) : System |
Initializes a new instance of the OracleErrorLog class to use a specific connection string and provider for connecting to the database. An additional parameter specifies the schema owner. The only supported DbProviderFactory instances are those of |
Method | Description | |
---|---|---|
AddProviderSpecificTypeParameter ( IDbCommand command, string parameterName, object dbType ) : IDbDataParameter | ||
CreateOpenConnection ( ) : DbConnection | ||
GetDbProviderFactory ( string providerName ) : DbProviderFactory | ||
GetEnumValueOfAny ( |
||
GetProviderInfo ( DbProviderFactory dbProviderFactory ) : ProviderInfo |
public GetError ( string id ) : |
||
id | string | |
return |
public GetErrors ( int pageIndex, int pageSize, ICollection |
||
pageIndex | int | |
pageSize | int | |
errorEntryList | ICollection |
|
return | int |
public OracleErrorLog ( System.Collections.IDictionary config ) : System | ||
config | System.Collections.IDictionary | |
return | System |
public OracleErrorLog ( string connectionString ) : System | ||
connectionString | string | |
return | System |
public OracleErrorLog ( string connectionString, DbProviderFactory dbProviderFactory ) : System | ||
connectionString | string | |
dbProviderFactory | DbProviderFactory | |
return | System |
public OracleErrorLog ( string connectionString, string schemaOwner ) : System | ||
connectionString | string | |
schemaOwner | string | |
return | System |
public OracleErrorLog ( string connectionString, string schemaOwner, DbProviderFactory dbProviderFactory ) : System | ||
connectionString | string | |
schemaOwner | string | |
dbProviderFactory | DbProviderFactory | |
return | System |