}
public void testViewPlan() throws Exception {
IUserCommand cmd = dc.createUserCommand("select * from copy_tblc where no1 < 10") ;
cmd.printPlan(System.out) ;
}
public void testXMLWriter() throws Exception {
File file = new File("c:/temp/plan.xml") ;