C# Class MicroLite.Driver.PostgreSqlDbDriver

The implementation of IDbDriver for PostgreSql server.
Inheritance: DbDriver
Afficher le fichier Open project: TrevorPilley/MicroLite Class Usage Examples

Méthodes protégées

Méthode Description
GetCommandText ( string commandText ) : string
IsStoredProcedureCall ( string commandText ) : bool

Private Methods

Méthode Description
PostgreSqlDbDriver ( ) : System

Initialises a new instance of the PostgreSqlDbDriver class.

Method Details

GetCommandText() protected méthode

protected GetCommandText ( string commandText ) : string
commandText string
Résultat string

IsStoredProcedureCall() protected méthode

protected IsStoredProcedureCall ( string commandText ) : bool
commandText string
Résultat bool