com.jn.sqlhelper.dialect.internal.ClustrixDialect Maven / Gradle / Ivy
package com.jn.sqlhelper.dialect.internal;
/**
* http://docs.clustrix.com/display/CLXDOC/MySQL+Compatibility
*/
public class ClustrixDialect extends MySQLDialect {
public ClustrixDialect() {
super();
}
}