<< Click to Display Table of Contents >>
IProcedureLogTarget
OZ UDL에서 프로시저 데이터 관련 정보를 사용하기 위한 인터페이스로, 프로시저가 실행된 후 로그가 기록됩니다.
Method Detail
Alias
public string Alias
실행한 ODI에서 사용한 커넥션 풀의 DB 앨리어스 명을 가져옵니다.
ProcedureName
public string ProcedureName
클라이언트에서 요청한 프로시저 이름을 가져옵니다.
ParameterList
public IList ParameterList
클라이언트에서 요청한 프로시저 파라미터를 IList 형태로 가져옵니다.
ProcedureExecuteTime
public long ProcedureExecuteTime
클라이언트에서 요청한 프로시저가 수행되는 시간을 가져옵니다.(단위: Milliseconds)
ProcedureState
public string ProcedureState
클라이언트에서 요청한 프로시저가 정상적으로 실행되었는지 여부(true, false:ErrMsg)를 가져옵니다.