C# Class Amnesia.Data.AmnesiaDbCommand

Inheritance: IDbCommand
Datei anzeigen Open project: vc3/Amnesia Class Usage Examples

Public Methods

Method Description
AmnesiaDbCommand ( IDbCommand real ) : System
Cancel ( ) : void
CreateParameter ( ) : IDbDataParameter
Dispose ( ) : void
ExecuteNonQuery ( ) : int
ExecuteReader ( ) : IDataReader
ExecuteReader ( CommandBehavior behavior ) : IDataReader
ExecuteScalar ( ) : object
Prepare ( ) : void

Private Methods

Method Description
CheckForDeadlocks ( object arg ) : void
StartDeadlockMonitor ( ) : void
StopDeadlockMonitor ( ) : void

Method Details

AmnesiaDbCommand() public method

public AmnesiaDbCommand ( IDbCommand real ) : System
real IDbCommand
return System

Cancel() public method

public Cancel ( ) : void
return void

CreateParameter() public method

public CreateParameter ( ) : IDbDataParameter
return IDbDataParameter

Dispose() public method

public Dispose ( ) : void
return void

ExecuteNonQuery() public method

public ExecuteNonQuery ( ) : int
return int

ExecuteReader() public method

public ExecuteReader ( ) : IDataReader
return IDataReader

ExecuteReader() public method

public ExecuteReader ( CommandBehavior behavior ) : IDataReader
behavior CommandBehavior
return IDataReader

ExecuteScalar() public method

public ExecuteScalar ( ) : object
return object

Prepare() public method

public Prepare ( ) : void
return void