C# Класс gov.va.medora.mdo.dao.MultiSourceQuery

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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