C# 클래스 CsDO.Drivers.OleDb.OleDbDriver

상속: IDataBase
파일 보기 프로젝트 열기: MonoBrasil/CsDO

공개 메소드들

메소드 설명
OleDbDriver ( ) : System
OleDbDriver ( string provider, string dataSource, string userId, 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

보호된 메소드들

메소드 설명
getUrl ( ) : string
getUrlSys ( ) : string

메소드 상세

OleDbDriver() 공개 메소드

public OleDbDriver ( ) : System
리턴 System

OleDbDriver() 공개 메소드

public OleDbDriver ( string provider, string dataSource, string userId, string password ) : System
provider string
dataSource string
userId string
password string
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

getCommand() 공개 메소드

public getCommand ( String sql ) : DbCommand
sql String
리턴 System.Data.Common.DbCommand

getConnection() 공개 메소드

public getConnection ( ) : DbConnection
리턴 System.Data.Common.DbConnection

getDataAdapter() 공개 메소드

public getDataAdapter ( DbCommand command ) : DbDataAdapter
command System.Data.Common.DbCommand
리턴 System.Data.Common.DbDataAdapter

getParameter() 공개 메소드

public getParameter ( ) : DbParameter
리턴 System.Data.Common.DbParameter

getParameter() 공개 메소드

public getParameter ( string name, DbType type, int size ) : DbParameter
name string
type DbType
size int
리턴 System.Data.Common.DbParameter

getSchema() 공개 메소드

public getSchema ( ) : DataTable
리턴 System.Data.DataTable

getSchema() 공개 메소드

public getSchema ( string collectionName ) : DataTable
collectionName string
리턴 System.Data.DataTable

getSchema() 공개 메소드

public getSchema ( string collectionName, string restrictions ) : DataTable
collectionName string
restrictions string
리턴 System.Data.DataTable

getSystemCommand() 공개 메소드

public getSystemCommand ( String sql ) : DbCommand
sql String
리턴 System.Data.Common.DbCommand

getSystemConnection() 공개 메소드

public getSystemConnection ( ) : DbConnection
리턴 System.Data.Common.DbConnection

getUrl() 보호된 메소드

protected getUrl ( ) : string
리턴 string

getUrlSys() 보호된 메소드

protected getUrlSys ( ) : string
리턴 string

open() 공개 메소드

public open ( string URL ) : void
URL string
리턴 void