메소드 | 설명 | |
---|---|---|
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 |