C# 클래스 gov.va.medora.mdo.dao.MultiSourceQuery

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
MultiSourceQuery ( DataSource sources ) : System
MultiSourceQuery ( IndexedHashtable cxnTable ) : System
addConnections ( DataSource sources ) : void
addConnections ( MultiSourceQuery msq2 ) : void
connect ( ) : IndexedHashtable
debug ( String daoName, String methodName, Object args ) : object>.Dictionary
disconnect ( ) : IndexedHashtable
disconnectRemoteSites ( ) : IndexedHashtable
execute ( String daoName, String methodName, Object args ) : IndexedHashtable
execute2 ( IndexedHashtable cxnTable, string daoName, string methodName, Object args ) : IndexedHashtable
getConnection ( String sitecode ) : Connection
getConnection ( int idx ) : Connection
getDefaultSiteId ( ) : String
siteIsConnected ( String sitecode ) : bool

메소드 상세

MultiSourceQuery() 공개 메소드

public MultiSourceQuery ( DataSource sources ) : System
sources DataSource
리턴 System

MultiSourceQuery() 공개 메소드

public MultiSourceQuery ( IndexedHashtable cxnTable ) : System
cxnTable IndexedHashtable
리턴 System

addConnections() 공개 메소드

public addConnections ( DataSource sources ) : void
sources DataSource
리턴 void

addConnections() 공개 메소드

public addConnections ( MultiSourceQuery msq2 ) : void
msq2 MultiSourceQuery
리턴 void

connect() 공개 메소드

public connect ( ) : IndexedHashtable
리턴 IndexedHashtable

debug() 공개 메소드

public debug ( String daoName, String methodName, Object args ) : object>.Dictionary
daoName String
methodName String
args Object
리턴 object>.Dictionary

disconnect() 공개 메소드

public disconnect ( ) : IndexedHashtable
리턴 IndexedHashtable

disconnectRemoteSites() 공개 메소드

public disconnectRemoteSites ( ) : IndexedHashtable
리턴 IndexedHashtable

execute() 공개 메소드

public execute ( String daoName, String methodName, Object args ) : IndexedHashtable
daoName String
methodName String
args Object
리턴 IndexedHashtable

execute2() 공개 정적인 메소드

public static execute2 ( IndexedHashtable cxnTable, string daoName, string methodName, Object args ) : IndexedHashtable
cxnTable IndexedHashtable
daoName string
methodName string
args Object
리턴 IndexedHashtable

getConnection() 공개 메소드

public getConnection ( String sitecode ) : Connection
sitecode String
리턴 Connection

getConnection() 공개 메소드

public getConnection ( int idx ) : Connection
idx int
리턴 Connection

getDefaultSiteId() 공개 메소드

public getDefaultSiteId ( ) : String
리턴 String

siteIsConnected() 공개 메소드

public siteIsConnected ( String sitecode ) : bool
sitecode String
리턴 bool