/tst/org/diffkit/diff/testcase/test16.plan.xml
http://diffkit.googlecode.com/ · XML · 16 lines · 13 code · 3 blank · 0 comment · 0 complexity · 3c42cf3afaf70472617071985db6dec6 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
- <bean id="plan" class="org.diffkit.diff.conf.DKMagicPlan">
- <property name="lhsDBTableName" value="TEST16_LHS_TABLE" />
- <property name="lhsWhereClause" value="where COLUMN1 not in (0, 5555)" />
- <property name="rhsDBTableName" value="TEST16_RHS_TABLE" />
- <property name="dbConnectionInfo" ref="connectionInfo" />
- <property name="sinkFilePath" value="./test16.sink.diff" />
- </bean>
- </beans>