C# Class MicroLite.Driver.PostgreSqlDbDriver

The implementation of IDbDriver for PostgreSql server.
Inheritance: DbDriver
Mostrar archivo Open project: TrevorPilley/MicroLite Class Usage Examples

Protected Methods

Method Description
GetCommandText ( string commandText ) : string
IsStoredProcedureCall ( string commandText ) : bool

Private Methods

Method Description
PostgreSqlDbDriver ( ) : System

Initialises a new instance of the PostgreSqlDbDriver class.

Method Details

GetCommandText() protected method

protected GetCommandText ( string commandText ) : string
commandText string
return string

IsStoredProcedureCall() protected method

protected IsStoredProcedureCall ( string commandText ) : bool
commandText string
return bool