Метод | Описание | |
---|---|---|
MultiSourceQuery ( DataSource sources ) : System | ||
MultiSourceQuery ( IndexedHashtable cxnTable ) : System | ||
addConnections ( DataSource sources ) : void | ||
addConnections ( |
||
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 |
public MultiSourceQuery ( DataSource sources ) : System | ||
sources | DataSource | |
Результат | System |
public MultiSourceQuery ( IndexedHashtable cxnTable ) : System | ||
cxnTable | IndexedHashtable | |
Результат | System |
public addConnections ( DataSource sources ) : void | ||
sources | DataSource | |
Результат | void |
public addConnections ( |
||
msq2 | ||
Результат | void |
public debug ( String daoName, String methodName, Object args ) : object>.Dictionary |
||
daoName | String | |
methodName | String | |
args | Object | |
Результат | object>.Dictionary |
public disconnectRemoteSites ( ) : IndexedHashtable | ||
Результат | IndexedHashtable |
public execute ( String daoName, String methodName, Object args ) : IndexedHashtable | ||
daoName | String | |
methodName | String | |
args | Object | |
Результат | IndexedHashtable |
public static execute2 ( IndexedHashtable cxnTable, string daoName, string methodName, Object args ) : IndexedHashtable | ||
cxnTable | IndexedHashtable | |
daoName | string | |
methodName | string | |
args | Object | |
Результат | IndexedHashtable |
public getConnection ( String sitecode ) : Connection | ||
sitecode | String | |
Результат | Connection |
public getConnection ( int idx ) : Connection | ||
idx | int | |
Результат | Connection |
public siteIsConnected ( String sitecode ) : bool | ||
sitecode | String | |
Результат | bool |