Package net.sf.hajdbc.dialect.db2

Examples of net.sf.hajdbc.dialect.db2.DB2DialectFactory


*/
public class DB2DialectTest extends StandardDialectTest
{
  public DB2DialectTest()
  {
    super(new DB2DialectFactory());
  }
View Full Code Here

TOP

Related Classes of net.sf.hajdbc.dialect.db2.DB2DialectFactory

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.