C# Class gov.va.medora.mdo.dao.MultiSourceQuery

Datei anzeigen Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
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

Method Details

MultiSourceQuery() public method

public MultiSourceQuery ( DataSource sources ) : System
sources DataSource
return System

MultiSourceQuery() public method

public MultiSourceQuery ( IndexedHashtable cxnTable ) : System
cxnTable IndexedHashtable
return System

addConnections() public method

public addConnections ( DataSource sources ) : void
sources DataSource
return void

addConnections() public method

public addConnections ( MultiSourceQuery msq2 ) : void
msq2 MultiSourceQuery
return void

connect() public method

public connect ( ) : IndexedHashtable
return IndexedHashtable

debug() public method

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

disconnect() public method

public disconnect ( ) : IndexedHashtable
return IndexedHashtable

disconnectRemoteSites() public method

public disconnectRemoteSites ( ) : IndexedHashtable
return IndexedHashtable

execute() public method

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

execute2() public static method

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

getConnection() public method

public getConnection ( String sitecode ) : Connection
sitecode String
return Connection

getConnection() public method

public getConnection ( int idx ) : Connection
idx int
return Connection

getDefaultSiteId() public method

public getDefaultSiteId ( ) : String
return String

siteIsConnected() public method

public siteIsConnected ( String sitecode ) : bool
sitecode String
return bool