12 lines
3.1 KiB
XML
12 lines
3.1 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<Table type="SQL" tableName="STAT_LINK_PARA" filter="" priority="2">
|
||
|
|
<COLS enableSQLSeq="false">
|
||
|
|
<COL desc="Étiquette" SQLName="TAG_NAME" SQLType="VARCHAR(64)" valueType="DotString" valueLimit="禁止:.\-" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group="Propriétés d'édition"/>
|
||
|
|
<COL desc="Description" SQLName="DESCRIPTION" SQLType="VARCHAR(128)" valueType="String" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group="Propriétés d'édition"/>
|
||
|
|
<COL desc="Modèle d'association statistique" SQLName="LINK_TAG" SQLType="VARCHAR(64)" valueType="SqlCombobox" valueLimit="select* from stat_link_def;TAG_NAME:DESCRIPTION;" editable="false" hide="true" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group="Propriétés de navigation"/>
|
||
|
|
<COL desc="Étiquette du paramètre d'entrée du modèle" SQLName="STAT_PARA_TAG" SQLType="VARCHAR(64)" valueType="SqlCombobox" valueLimit="select PARA_TAG,DESCRIPTION from stat_template_para where TEMPLATE_TAG = (SELECT stat_link_def.STAT_TEMP_TAG from stat_link_def where TAG_NAME = '%0') and PARA_TAG not in (select stat_link_para.stat_para_tag as PARA_TAG from stat_link_para where link_tag='%0') UNION SELECT PARA_TAG,DESCRIPTION from stat_template_para where PARA_TAG in (SELECT stat_para_tag as PARA_TAG from stat_link_para where tag_name='%1');PARA_TAG:DESCRIPTION;row@LINK_TAG;row@TAG_NAME" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group="Propriétés d'édition"/>
|
||
|
|
<COL desc="Étiquette du modèle arrière-plan" SQLName="TEMP_NAME" SQLType="VARCHAR(64)" valueType="SqlCombobox" valueLimit="SELECT * FROM DEV_TEMP_DEF;TAG_NAME:DESCRIPTION" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group="Propriétés d'édition"/>
|
||
|
|
<COL desc="Type du point lié" SQLName="TEMP_TYPE" SQLType="DECIMAL(10)" valueType="Combobox" valueLimit="1:Quantité cumulée/2:Quantité analogique/3:Quantité numérique/4:Quantité mixte" editable="true" hide="false" defaultValue="1:Quantité cumulée" isPrimaryKey="false" notNull="true" isUnique="false" group="Propriétés d'édition"/>
|
||
|
|
<COL desc="Étiquette du modèle du point lié" SQLName="TEMP_POINT_NAME" SQLType="VARCHAR(64)" valueType="SqlCombobox" valueLimit="select TAG_NAME,DESCRIPTION from (select TAG_NAME,DESCRIPTION,DEV_TP_NAME,1 AS type from accuml_temp_define union select TAG_NAME,DESCRIPTION,DEV_TP_NAME,2 AS type from analog_temp_define union select TAG_NAME,DESCRIPTION,DEV_TP_NAME,3 AS type from digital_temp_define union select TAG_NAME,DESCRIPTION,DEV_TP_NAME,4 AS type from mix_temp_define) as point_temp_define where point_temp_define.DEV_TP_NAME='%0' and point_temp_define.TYPE ='%1' ;TAG_NAME:DESCRIPTION;row@TEMP_NAME;row@TEMP_TYPE;" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group="Propriétés d'édition"/>
|
||
|
|
</COLS>
|
||
|
|
</Table>
|