org.javalite.activejdbc.dialects
Class H2Dialect
java.lang.Object
org.javalite.activejdbc.dialects.DefaultDialect
org.javalite.activejdbc.dialects.PostgreSQLDialect
org.javalite.activejdbc.dialects.H2Dialect
public class H2Dialect
- extends PostgreSQLDialect
Supports features of the h2 sql dialect.
h2 database sql is very standard, and the developer seems to be adding
Postgres and Mysql compatibility.
- Author:
- Phil Suh (http://filsa.net/)
- See Also:
- http://www.h2database.com/html/grammar.htmls
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
H2Dialect
public H2Dialect()
Copyright © 2013. All Rights Reserved.