C# Class gov.va.medora.mdo.dao.ConnectionSet.ConnectQuery

Inheritance: QueryTemplate
Exibir arquivo Open project: OSEHRA/mdo

Public Methods

Method Description
ConnectQuery ( ConnectionSet cset ) : System
getDao ( string daoName, gov.va.medora.mdo.dao.AbstractConnection c ) : object
handleException ( QueryThread t ) : void
handleNonException ( QueryThread t ) : void
skipThisConnection ( gov.va.medora.mdo.dao.AbstractConnection c ) : bool

Method Details

ConnectQuery() public method

public ConnectQuery ( ConnectionSet cset ) : System
cset ConnectionSet
return System

getDao() public method

public getDao ( string daoName, gov.va.medora.mdo.dao.AbstractConnection c ) : object
daoName string
c gov.va.medora.mdo.dao.AbstractConnection
return object

handleException() public method

public handleException ( QueryThread t ) : void
t QueryThread
return void

handleNonException() public method

public handleNonException ( QueryThread t ) : void
t QueryThread
return void

skipThisConnection() public method

public skipThisConnection ( gov.va.medora.mdo.dao.AbstractConnection c ) : bool
c gov.va.medora.mdo.dao.AbstractConnection
return bool