mirror of
https://github.com/Wisser/Jailer.git
synced 2026-01-04 09:39:45 -06:00
128 lines
4.1 KiB
XML
128 lines
4.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-15"?>
|
|
<!--
|
|
generated by Jailer
|
|
|
|
extraction model: EMPLOYEE where T.NAME='SCOTT' (extractionmodel/scott.csv)
|
|
database URL: jdbc:db2://localhost/wisser
|
|
database user: scott
|
|
Exported Entities: 13
|
|
DEPARTMENT 2
|
|
EMPLOYEE 3
|
|
PROJECT 2
|
|
PROJECT_PARTICIPATION 2
|
|
ROLE 2
|
|
SALARYGRADE 2
|
|
-->
|
|
<entities>
|
|
<employee empno="7788">
|
|
<!--columns of EMPLOYEE as T-->
|
|
<name>SCOTT</name>
|
|
<job>ANALYST</job>
|
|
<hiredate>1982-12-09</hiredate>
|
|
<comm/>
|
|
<!--associated SALARYGRADE row-->
|
|
<salary_grade>
|
|
<!--columns of SALARYGRADE as T-->
|
|
<grade>4</grade>
|
|
<losal>2001</losal>
|
|
<hisal>3000</hisal>
|
|
</salary_grade>
|
|
<!--associated DEPARTMENT row-->
|
|
<department>
|
|
<!--columns of DEPARTMENT as T-->
|
|
<deptno>20</deptno>
|
|
<name>RESEARCH</name>
|
|
<location>DALLAS</location>
|
|
</department>
|
|
<!--associated EMPLOYEE row-->
|
|
<boss empno="7566">
|
|
<!--columns of EMPLOYEE as T-->
|
|
<name>JONES</name>
|
|
<job>MANAGER</job>
|
|
<hiredate>1981-04-02</hiredate>
|
|
<comm/>
|
|
<!--associated SALARYGRADE row-->
|
|
<salary_grade>
|
|
<!--columns of SALARYGRADE as T-->
|
|
<grade>4</grade>
|
|
<losal>2001</losal>
|
|
<hisal>3000</hisal>
|
|
</salary_grade>
|
|
<!--associated DEPARTMENT row-->
|
|
<department>
|
|
<!--columns of DEPARTMENT as T-->
|
|
<deptno>20</deptno>
|
|
<name>RESEARCH</name>
|
|
<location>DALLAS</location>
|
|
</department>
|
|
<!--associated EMPLOYEE row-->
|
|
<boss empno="7839">
|
|
<!--columns of EMPLOYEE as T-->
|
|
<name>KING</name>
|
|
<job>PRESIDENT</job>
|
|
<hiredate>1981-11-17</hiredate>
|
|
<comm/>
|
|
<!--associated SALARYGRADE row-->
|
|
<salary_grade>
|
|
<!--columns of SALARYGRADE as T-->
|
|
<grade>5</grade>
|
|
<losal>3001</losal>
|
|
<hisal>9999</hisal>
|
|
</salary_grade>
|
|
<!--associated DEPARTMENT row-->
|
|
<department>
|
|
<!--columns of DEPARTMENT as T-->
|
|
<deptno>10</deptno>
|
|
<name>ACCOUNTING</name>
|
|
<location>NEW YORK</location>
|
|
</department>
|
|
<!--associated EMPLOYEE row-->
|
|
<!--associated PROJECT_PARTICIPATION rows-->
|
|
<participations/>
|
|
</boss>
|
|
<!--associated PROJECT_PARTICIPATION rows-->
|
|
<participations>
|
|
<project_participation>
|
|
<!--columns of PROJECT_PARTICIPATION as T-->
|
|
<projectno>1003</projectno>
|
|
<empno>7566</empno>
|
|
<start_date>2007-02-24</start_date>
|
|
<end_date>2008-07-31</end_date>
|
|
<role_id>102</role_id>
|
|
<!--associated ROLE row-->
|
|
<!--columns of ROLE as T-->
|
|
<role_id>102</role_id>
|
|
<description>Project manager</description>
|
|
<!--associated PROJECT row-->
|
|
<!--columns of PROJECT as T-->
|
|
<projectno>1003</projectno>
|
|
<description>Foundation of Quantum Technology</description>
|
|
<start_date>2007-02-24</start_date>
|
|
<end_date>2008-07-31</end_date>
|
|
</project_participation>
|
|
</participations>
|
|
</boss>
|
|
<!--associated PROJECT_PARTICIPATION rows-->
|
|
<participations>
|
|
<project_participation>
|
|
<!--columns of PROJECT_PARTICIPATION as T-->
|
|
<projectno>1001</projectno>
|
|
<empno>7788</empno>
|
|
<start_date>2006-05-15</start_date>
|
|
<end_date>2006-11-01</end_date>
|
|
<role_id>100</role_id>
|
|
<!--associated ROLE row-->
|
|
<!--columns of ROLE as T-->
|
|
<role_id>100</role_id>
|
|
<description>Developer</description>
|
|
<!--associated PROJECT row-->
|
|
<!--columns of PROJECT as T-->
|
|
<projectno>1001</projectno>
|
|
<description>Development of Novel Magnetic Suspension System</description>
|
|
<start_date>2006-01-01</start_date>
|
|
<end_date>2007-08-13</end_date>
|
|
</project_participation>
|
|
</participations>
|
|
</employee>
|
|
</entities>
|