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

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public MultiSourceQuery ( DataSource sources ) : System
sources DataSource
Résultat System

MultiSourceQuery() public méthode

public MultiSourceQuery ( IndexedHashtable cxnTable ) : System
cxnTable IndexedHashtable
Résultat System

addConnections() public méthode

public addConnections ( DataSource sources ) : void
sources DataSource
Résultat void

addConnections() public méthode

public addConnections ( MultiSourceQuery msq2 ) : void
msq2 MultiSourceQuery
Résultat void

connect() public méthode

public connect ( ) : IndexedHashtable
Résultat IndexedHashtable

debug() public méthode

public debug ( String daoName, String methodName, Object args ) : object>.Dictionary
daoName String
methodName String
args Object
Résultat object>.Dictionary

disconnect() public méthode

public disconnect ( ) : IndexedHashtable
Résultat IndexedHashtable

disconnectRemoteSites() public méthode

public disconnectRemoteSites ( ) : IndexedHashtable
Résultat IndexedHashtable

execute() public méthode

public execute ( String daoName, String methodName, Object args ) : IndexedHashtable
daoName String
methodName String
args Object
Résultat IndexedHashtable

execute2() public static méthode

public static execute2 ( IndexedHashtable cxnTable, string daoName, string methodName, Object args ) : IndexedHashtable
cxnTable IndexedHashtable
daoName string
methodName string
args Object
Résultat IndexedHashtable

getConnection() public méthode

public getConnection ( String sitecode ) : Connection
sitecode String
Résultat Connection

getConnection() public méthode

public getConnection ( int idx ) : Connection
idx int
Résultat Connection

getDefaultSiteId() public méthode

public getDefaultSiteId ( ) : String
Résultat String

siteIsConnected() public méthode

public siteIsConnected ( String sitecode ) : bool
sitecode String
Résultat bool