C# 클래스 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.
파일 보기 프로젝트 열기: undeadlabs/Npgsql 1 사용 예제들

공개 메소드들

메소드 설명
GetSqlSent ( ) : String
SetSqlSent ( byte sqlSent, SQLSentType sqlSentType ) : void

메소드 상세

GetSqlSent() 공개 메소드

public GetSqlSent ( ) : String
리턴 String

SetSqlSent() 공개 메소드

public SetSqlSent ( byte sqlSent, SQLSentType sqlSentType ) : void
sqlSent byte
sqlSentType SQLSentType
리턴 void