C# 클래스 gov.va.medora.mdo.dao.vista.DdrLister

상속: DdrQuery
파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
more bool

공개 메소드들

메소드 설명
DdrLister ( AbstractConnection cxn ) : System
buildResult ( string rtn ) : string[]
execute ( ) : string[]

비공개 메소드들

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

메소드 상세

DdrLister() 공개 메소드

public DdrLister ( AbstractConnection cxn ) : System
cxn AbstractConnection
리턴 System

buildResult() 공개 메소드

public buildResult ( string rtn ) : string[]
rtn string
리턴 string[]

execute() 공개 메소드

public execute ( ) : string[]
리턴 string[]

프로퍼티 상세

more 공개적으로 프로퍼티

public bool more
리턴 bool