⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 db_sample_content.txt

📁 一个工作流设计及定义的系统,可以直接与数据库结合进行系统工作流程的定义及应用.
💻 TXT
字号:
mysql> select * from workitem;+-------------+------------------+--------------------------+--------------------------+| workitem_id | participant_name | dispatch_time            | last_modified            |+-------------+------------------+--------------------------+--------------------------+|           1 | role-alpha       | 2004-06-04 16:58:19+0200 | 2004-06-04 16:58:19+0200 |+-------------+------------------+--------------------------+--------------------------+mysql> select * from flow_expression_id;+-------------+-------------+------------+-------------------------------------+----------+--------------+----------------+-----------------+---------------+| workitem_id | stack_index | engine_id  | wfd_url                             | wfd_name | wfd_revision | wf_instance_id | expression_name | expression_id |+-------------+-------------+------------+-------------------------------------+----------+--------------+----------------+-----------------+---------------+|           1 |          -1 | mainEngine | http://localhost:7079/flow__1.0.xml | flow     | 1.0          |  1086361099237 | participant     |             1 |+-------------+-------------+------------+-------------------------------------+----------+--------------+----------------+-----------------+---------------+mysql> select * from attribute;+-------------+----+-----------+---------+-------------------------------------+| workitem_id | id | parent_id | a_type  | a_value                             |+-------------+----+-----------+---------+-------------------------------------+|           1 |  0 |      NULL | smap    | NULL                                ||           1 |  1 |         0 | string  | is toto outside ?                   ||           1 |  2 |         1 | boolean | false                               ||           1 |  3 |         0 | string  | toto-long                           ||           1 |  4 |         3 | long    | 1234                                ||           1 |  5 |         0 | string  | toto-liste                          ||           1 |  6 |         5 | list    | NULL                                ||           1 |  7 |         6 | string  | la vie est belle !                  ||           1 |  8 |         6 | integer | 1                                   ||           1 |  9 |         0 | string  | double-toto                         ||           1 | 10 |         9 | double  | 1.2                                 ||           1 | 11 |         0 | string  | __test__                            ||           1 | 12 |        11 | string  | -- testing attributes {en|de}coding |+-------------+----+-----------+---------+-------------------------------------+mysql> select * from history_item;+-------------+----+--------------------------+---------------------------------------------------------------------------------+---------------------+----------+----------+--------------+----------------+| workitem_id | id | hi_date                  | author                                                                          | host                | hi_text  | wfd_name | wfd_revision | wf_instance_id |+-------------+----+--------------------------+---------------------------------------------------------------------------------+---------------------+----------+----------+--------------+----------------+|           1 |  0 | 2004-06-04 16:58:19+0200 | $Id: XmlWorkflowInstanceBuilder.java,v 1.31 2004/05/23 12:01:04 jmettraux Exp $ | sashimi / 127.0.0.1 | launched |          |              |             -1 |+-------------+----+--------------------------+---------------------------------------------------------------------------------+---------------------+----------+----------+--------------+----------------+

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -