C# Class gov.va.medora.mdo.dao.vista.DdrLister

Inheritance: DdrQuery
Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Properties

Property Type Description
more bool

Public Methods

Method Description
DdrLister ( AbstractConnection cxn ) : System
buildResult ( string rtn ) : string[]
execute ( ) : string[]

Private Methods

Method Description
buildRequest ( ) : MdoQuery
getErrMsg ( string lines, int idx ) : string
getFieldsArg ( ) : String
packResult ( string lines ) : string[]
parsePackedResult ( string lines ) : string[]
setMoreParams ( string line ) : void
toStringArray ( Hashtable hashedRex ) : String[]

Method Details

DdrLister() public method

public DdrLister ( AbstractConnection cxn ) : System
cxn AbstractConnection
return System

buildResult() public method

public buildResult ( string rtn ) : string[]
rtn string
return string[]

execute() public method

public execute ( ) : string[]
return string[]

Property Details

more public_oe property

public bool more
return bool