C# 클래스 MicroLite.Driver.PostgreSqlDbDriver

The implementation of IDbDriver for PostgreSql server.
상속: DbDriver
파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

보호된 메소드들

메소드 설명
GetCommandText ( string commandText ) : string
IsStoredProcedureCall ( string commandText ) : bool

비공개 메소드들

메소드 설명
PostgreSqlDbDriver ( ) : System

Initialises a new instance of the PostgreSqlDbDriver class.

메소드 상세

GetCommandText() 보호된 메소드

protected GetCommandText ( string commandText ) : string
commandText string
리턴 string

IsStoredProcedureCall() 보호된 메소드

protected IsStoredProcedureCall ( string commandText ) : bool
commandText string
리턴 bool