C# 클래스 CsDO.Drivers.Generic

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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
getConnection ( string URL ) : DbConnection
objectCommand ( ) : DbCommand
objectDataAdapter ( ) : DbDataAdapter
objectDataAdapter ( DbCommand command ) : DbDataAdapter
objectParameter ( ) : DbParameter

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Generic() 공개 메소드

public Generic ( ) : System
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

getCommand() 공개 메소드

public getCommand ( String sql ) : DbCommand
sql String
리턴 DbCommand

getConnection() 공개 메소드

public getConnection ( ) : DbConnection
리턴 DbConnection

getConnection() 보호된 메소드

protected getConnection ( string URL ) : DbConnection
URL string
리턴 DbConnection

getDataAdapter() 공개 메소드

public getDataAdapter ( DbCommand command ) : DbDataAdapter
command DbCommand
리턴 DbDataAdapter

getParameter() 공개 메소드

public getParameter ( ) : DbParameter
리턴 DbParameter

getParameter() 공개 메소드

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

objectCommand() 보호된 메소드

protected objectCommand ( ) : DbCommand
리턴 DbCommand

objectDataAdapter() 보호된 메소드

protected objectDataAdapter ( ) : DbDataAdapter
리턴 DbDataAdapter

objectDataAdapter() 보호된 메소드

protected objectDataAdapter ( DbCommand command ) : DbDataAdapter
command DbCommand
리턴 DbDataAdapter

objectParameter() 보호된 메소드

protected objectParameter ( ) : DbParameter
리턴 DbParameter

open() 공개 메소드

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