C# Class CsDO.Drivers.Generic

Summary description for CsDO.
Inheritance: IDataBase
Afficher le fichier Open project: MonoBrasil/CsDO

Méthodes publiques

Méthode Description
Dispose ( ) : void
Generic ( ) : 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
open ( string URL ) : void

Méthodes protégées

Méthode Description
getConnection ( string URL ) : DbConnection
objectCommand ( ) : DbCommand
objectDataAdapter ( ) : DbDataAdapter
objectDataAdapter ( DbCommand command ) : DbDataAdapter
objectParameter ( ) : DbParameter

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Generic() public méthode

public Generic ( ) : System
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 DbCommand

getConnection() public méthode

public getConnection ( ) : DbConnection
Résultat DbConnection

getConnection() protected méthode

protected getConnection ( string URL ) : DbConnection
URL string
Résultat DbConnection

getDataAdapter() public méthode

public getDataAdapter ( DbCommand command ) : DbDataAdapter
command DbCommand
Résultat DbDataAdapter

getParameter() public méthode

public getParameter ( ) : DbParameter
Résultat DbParameter

getParameter() public méthode

public getParameter ( string name, DbType type, int size ) : DbParameter
name string
type DbType
size int
Résultat 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 DbCommand

objectCommand() protected méthode

protected objectCommand ( ) : DbCommand
Résultat DbCommand

objectDataAdapter() protected méthode

protected objectDataAdapter ( ) : DbDataAdapter
Résultat DbDataAdapter

objectDataAdapter() protected méthode

protected objectDataAdapter ( DbCommand command ) : DbDataAdapter
command DbCommand
Résultat DbDataAdapter

objectParameter() protected méthode

protected objectParameter ( ) : DbParameter
Résultat DbParameter

open() public méthode

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