#
#		ITSV GmbH
#	CCDB - Command and Control Database
#
#	FILE:			dquerymfile_SEQTEST.txt
#	DESCRIPTION:	DQUERY definition of the DQUERY SEQTEST
#					this is a migration from the former DSEQUENCE SEQTEST
#					when migrating all DSEQUENCEs to DQUERYs of type seqtrans
#
#
@querytitle			Test-Sequenz mit Anzeige laufender Abfragen
@querydescription	Die Sequence SEQTEST testet mehrere Features von Sequenzen
@group				TEST
@querytype			function
@function			seqtrans.seqtrans
#
# query-specific query-attributes
#
@sequence			DCRESDATA,DBSYSTIME,ILVRANGE
@puth				1
@post_step_0
	that.result.bottomtext = 'Ergebnis hat '+that.result.rows.length+' Zeilen.';

~query.tsteps

#
# <<TSTEPNUM:0>>:	DCRESDATA
#
query.dataname		DCRESDATA
post_qexpression
	this.stepresult.bottomtext = 'Ergebnis von DCRESDATA hat '+this.stepresult.getRowCount()+' Zeilen.';
	ppush(this,{junktype: 'result', result: aux.deepCopy(this.stepresult)});
	
#
# <<TSTEPNUM:1>>:	DBSYSTIME
#
query.dataname		DBSYSTIME
post_qexpression
	ppush(this,{junktype: 'result', result: aux.deepCopy(this.stepresult)});

#
# <<TSTEPNUM:2>>:	ILVRANGE
#
query.dataname		ILVRANGE
post_qexpression
	ppush(this,{junktype: 'result', result: aux.deepCopy(this.stepresult)});
 
