C# Class CsDO.Drivers.Npgsql.NpgsqlDriver

Inheritance: IDataBase
Afficher le fichier Open project: MonoBrasil/CsDO

Méthodes publiques

Méthode Description
NpgsqlDriver ( ) : System
NpgsqlDriver ( string server, string port, string user, string database, string password ) : System
close ( ) : void
getCommand ( String sql ) : DbCommand
getConnection ( ) : DbConnection
getDataAdapter ( DbCommand command ) : DbDataAdapter
getParameter ( ) : DbParameter
getParameter ( string name, DbType type, int size ) : DbParameter
getSchema ( ) : DataTable
getSchema ( string collectionName ) : DataTable
getSchema ( string collectionName, string restrictions ) : DataTable
getSystemCommand ( String sql ) : DbCommand
getSystemConnection ( ) : DbConnection
open ( string URL ) : void

Méthodes protégées

Méthode Description
getUrl ( ) : string
getUrlSys ( ) : string

Method Details

NpgsqlDriver() public méthode

public NpgsqlDriver ( ) : System
Résultat System

NpgsqlDriver() public méthode

public NpgsqlDriver ( string server, string port, string user, string database, string password ) : System
server string
port string
user string
database string
password string
Résultat System

close() public méthode

public close ( ) : void
Résultat void

getCommand() public méthode

public getCommand ( String sql ) : DbCommand
sql String
Résultat System.Data.Common.DbCommand

getConnection() public méthode

public getConnection ( ) : DbConnection
Résultat System.Data.Common.DbConnection

getDataAdapter() public méthode

public getDataAdapter ( DbCommand command ) : DbDataAdapter
command System.Data.Common.DbCommand
Résultat System.Data.Common.DbDataAdapter

getParameter() public méthode

public getParameter ( ) : DbParameter
Résultat System.Data.Common.DbParameter

getParameter() public méthode

public getParameter ( string name, DbType type, int size ) : DbParameter
name string
type DbType
size int
Résultat System.Data.Common.DbParameter

getSchema() public méthode

public getSchema ( ) : DataTable
Résultat System.Data.DataTable

getSchema() public méthode

public getSchema ( string collectionName ) : DataTable
collectionName string
Résultat System.Data.DataTable

getSchema() public méthode

public getSchema ( string collectionName, string restrictions ) : DataTable
collectionName string
restrictions string
Résultat System.Data.DataTable

getSystemCommand() public méthode

public getSystemCommand ( String sql ) : DbCommand
sql String
Résultat System.Data.Common.DbCommand

getSystemConnection() public méthode

public getSystemConnection ( ) : DbConnection
Résultat System.Data.Common.DbConnection

getUrl() protected méthode

protected getUrl ( ) : string
Résultat string

getUrlSys() protected méthode

protected getUrlSys ( ) : string
Résultat string

open() public méthode

public open ( string URL ) : void
URL string
Résultat void