All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.jpattern.orm.dialect.DerbyDialect Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.googlecode.jpattern.orm.dialect;

/**
 * 
 * @author Francesco Cina
 *
 * 28/giu/2011
 */
public class DerbyDialect implements IDialect {

	@Override
	public String insertQuerySequence(String name) {
		return "NEXT VALUE FOR " + name;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy