C# Class Npgsql.NpgsqlMediator

This class is responsible for serving as bridge between the backend protocol handling and the core classes. It is used as the mediator for exchanging data generated/sent from/to backend.
显示文件 Open project: undeadlabs/Npgsql Class Usage Examples

Public Methods

Method Description
GetSqlSent ( ) : String
SetSqlSent ( byte sqlSent, SQLSentType sqlSentType ) : void

Method Details

GetSqlSent() public method

public GetSqlSent ( ) : String
return String

SetSqlSent() public method

public SetSqlSent ( byte sqlSent, SQLSentType sqlSentType ) : void
sqlSent byte
sqlSentType SQLSentType
return void