Sqlnext

Sqlcursor action(으)로 시작된 다중 행 쿼리에서 다음 레코드를 불러옵니다.

Dependencies

  • Sqlcursoraction(으)로 쿼리가 열리지 않은 경우 Sqlnext은(는) 아무 작업도 수행하지 않습니다.
  • Loop action은(는) 주로 반복하여 Sqlnext을(를) 호출하는 데 사용됩니다. 불러올 데이터가 더 많이 존재하는 한, Sqlnext의 기본값 브랜치 조건이 트리거됩니다. Sqlnext이(가) 실행되고 남아 있는 레코드가 없을 경우 End Of Dataset 브랜치 조건이 트리거됩니다.
  • 쿼리에서 3개의 레코드를 불러온 경우,
    • Sqlnext은(는) 첫 번째 행을 가져옵니다.
    • Sqlnext을(를) 두 번 반복하면 다음 두 행이 검색됩니다.
    • 세 번째 반복 시 Sqlnext 작업에서 End Of Dataset 브랜치 조건을 트리거합니다.

Supported Script Types

The icon for a Generic script type - a rectangle with < and > symbols inside it.

The icon for the Email script type - a large @ symbol in a diamond.

The icon for the Chat script type - a chat bubble with an ellipsis inside (...), in a diamond shape.

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

The icon for the Voicemail script type - a symbol that looks like a cassette tape - two circles sitting on a horizontal line.

The icon for the Work Item script type-a piece of paper with one corner folded down and a bullet list on it.

The icon for the SMS script type - a smart phone with a chat bubble coming out of it.

The icon for the Digital script type - a computer monitor with a smartphone next to it.

일반

이메일 채팅 전화 음성 사서함 작업 항목 SMS 디지털

Input Properties

이러한 속성은 실행할 때 작업이 사용하는 데이터를 정의합니다.

속성

설명

Caption

스크립트에서 이 작업을 고유하게 식별하는 짧은 문구를 입력합니다. 캡션은 스크립트 캔버스의 작업 아이콘 아래에 표시됩니다. The default is the action name.

TimeoutSec 시간이 초과되기 전까지 작업이 실행되기를 기다리는 시간(초). 값은 0과(와) 60 사이여야 합니다.

Result Branch Conditions

결과 브랜치 조건을 사용하면 작업이 실행될 때 여러 결과를 처리하기 위해 스크립트에 브랜치를 생성할 수 있습니다.

조건

설명

Default

다른 분기를 사용하기를 요구하는 조건을 스크립트가 충족하지 않는다면 사용되는 경로입니다. 작업의 다른 분기가 정의되지 않았을 때도 사용되는 경로입니다.
EndOfDataset

마지막 행을 가져온 후 Sqlnext의 다른 인스턴스가 발생한 후 사용한 경로입니다.

트리거되면 데이터 세트가 자동으로 닫힙니다. 항상 이 스크립트가 끝나기 전에 Sqlclose을(를) 사용하십시오.