Package net.sf.hajdbc.state.sql

Examples of net.sf.hajdbc.state.sql.SQLStateManagerFactory


  }
 
  @Test
  public void derby() throws Exception
  {
    SQLStateManagerFactory factory = new SQLStateManagerFactory();
    factory.setUrlPattern("jdbc:derby:./target/derby/{0};create=true");
    test(factory);
  }
View Full Code Here

TOP

Related Classes of net.sf.hajdbc.state.sql.SQLStateManagerFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.