Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
dbNonQuery
<api:info title="After Run" desc="このイベントはジョブを実行した後に発生します。"> <input name="JobName" required="true" desc="実行されたジョブの名前。" /> <input name="Source" required="true" desc="データソース接続の名前。" /> <input name="Destination" required="true" desc="同期先接続の名前。" /> <input name="JobStatus" required="true" desc="完了した実行のステータス。"/> <input name="Query#" required="true" desc="実行された各クエリを含む配列。" /> <input name="QueryStatus#" required="true" desc="実行された各クエリのステータスを含む配列。" /> </api:info> <api:set attr="db.driver" value="cdata.jdbc.sql.SQLDriver"/> <api:set attr="db.conn" value="jdbc:sql:user=;password=;Server=;Database="/> <api:set attr="db.query"> INSERT INTO MyLog (JobName, RunDate, Results) VALUES ('[_input.JobName]', '[null | now()]', '[_input.JobStatus]') </api:set> <api:call op="dbNonQuery" in="db"/>
True
False
60
true
false
commit
rollback