C# 클래스 NSoft.NFramework.Data.DevartOracle.EnterpriseLibrary.OracleDatabase

상속: Microsoft.Practices.EnterpriseLibrary.Data.Database
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
AddParameter ( DbCommand command, string name, DbType dbType, int size, ParameterDirection direction, bool nullable, byte precision, byte scale, string sourceColumn, DataRowVersion sourceVersion, object value ) : void
CreateConnection ( ) : DbConnection

새로운 Oracle Connection 인스턴스를 생성합니다.

GetStoredProcCommand ( string storedProcedureName ) : DbCommand
OracleDatabase ( string connectionString ) : System

생성자

보호된 메소드들

메소드 설명
ConfigureParameter ( DbParameter param, string name, DbType dbType, int size, ParameterDirection direction, bool nullable, byte precision, byte scale, string sourceColumn, DataRowVersion sourceVersion, object value ) : void
DeriveParameters ( DbCommand discoveryCommand ) : void

Procedure의 Parameter 정보를 로드합니다.

SetUpRowUpdatedEvent ( DbDataAdapter adapter ) : void

비공개 메소드들

메소드 설명
OnOracleRowUpdated ( object sender, Devart e ) : void

메소드 상세

AddParameter() 공개 메소드

public AddParameter ( DbCommand command, string name, DbType dbType, int size, ParameterDirection direction, bool nullable, byte precision, byte scale, string sourceColumn, DataRowVersion sourceVersion, object value ) : void
command System.Data.Common.DbCommand
name string
dbType DbType
size int
direction ParameterDirection
nullable bool
precision byte
scale byte
sourceColumn string
sourceVersion DataRowVersion
value object
리턴 void

ConfigureParameter() 보호된 메소드

protected ConfigureParameter ( DbParameter param, string name, DbType dbType, int size, ParameterDirection direction, bool nullable, byte precision, byte scale, string sourceColumn, DataRowVersion sourceVersion, object value ) : void
param System.Data.Common.DbParameter
name string
dbType DbType
size int
direction ParameterDirection
nullable bool
precision byte
scale byte
sourceColumn string
sourceVersion DataRowVersion
value object
리턴 void

CreateConnection() 공개 메소드

새로운 Oracle Connection 인스턴스를 생성합니다.
public CreateConnection ( ) : DbConnection
리턴 System.Data.Common.DbConnection

DeriveParameters() 보호된 메소드

Procedure의 Parameter 정보를 로드합니다.
protected DeriveParameters ( DbCommand discoveryCommand ) : void
discoveryCommand System.Data.Common.DbCommand
리턴 void

GetStoredProcCommand() 공개 메소드

public GetStoredProcCommand ( string storedProcedureName ) : DbCommand
storedProcedureName string
리턴 System.Data.Common.DbCommand

OracleDatabase() 공개 메소드

생성자
public OracleDatabase ( string connectionString ) : System
connectionString string DB 연결 문자열
리턴 System

SetUpRowUpdatedEvent() 보호된 메소드

protected SetUpRowUpdatedEvent ( DbDataAdapter adapter ) : void
adapter System.Data.Common.DbDataAdapter
리턴 void