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

com.jpattern.orm.dialect.HSQLDB2Dialect Maven / Gradle / Ivy

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

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

	/**
	 * 
	 */
	

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy