C# Класс Revenj.DatabasePersistence.Oracle.OracleDatabaseQuery

Наследование: IOracleDatabaseQuery, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
Execute ( IDbCommand command ) : int
Execute ( IDbCommand command, Action action ) : void
ExecuteNonQuery ( StringBuilder query ) : int
Fill ( IDbCommand command, DataSet ds ) : int
NewCommand ( ) : IDbCommand
Notify ( OracleNotifyInfoConverter notifiers, string target ) : void
OracleDatabaseQuery ( Oracle.DataAccess.Client.OracleConnection connection, OracleTransaction transaction ) : System

Приватные методы

Метод Описание
CopyCommand ( IDbCommand command ) : OracleCommand
ExecuteDataReader ( IDbCommand command, Action action, bool tryRecover ) : void
ExecuteNonQuery ( IDbCommand command, bool tryRecover ) : int
FillDataSet ( OracleCommand command, DataSet ds, bool tryRecover ) : int
FormatException ( OracleException ex, IDbCommand command ) : Revenj.Common.FrameworkException
OracleDatabaseQuery ( ) : System
PrepareCommand ( IDbCommand command ) : void
ResetConnection ( ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Execute() публичный Метод

public Execute ( IDbCommand command ) : int
command IDbCommand
Результат int

Execute() публичный Метод

public Execute ( IDbCommand command, Action action ) : void
command IDbCommand
action Action
Результат void

ExecuteNonQuery() публичный Метод

public ExecuteNonQuery ( StringBuilder query ) : int
query StringBuilder
Результат int

Fill() публичный Метод

public Fill ( IDbCommand command, DataSet ds ) : int
command IDbCommand
ds System.Data.DataSet
Результат int

NewCommand() публичный Метод

public NewCommand ( ) : IDbCommand
Результат IDbCommand

Notify() публичный Метод

public Notify ( OracleNotifyInfoConverter notifiers, string target ) : void
notifiers OracleNotifyInfoConverter
target string
Результат void

OracleDatabaseQuery() публичный Метод

public OracleDatabaseQuery ( Oracle.DataAccess.Client.OracleConnection connection, OracleTransaction transaction ) : System
connection Oracle.DataAccess.Client.OracleConnection
transaction OracleTransaction
Результат System