org.javalite.activejdbc.dialects
Class H2Dialect
java.lang.Object
org.javalite.activejdbc.dialects.DefaultDialect
org.javalite.activejdbc.dialects.PostgreSQLDialect
org.javalite.activejdbc.dialects.H2Dialect
- All Implemented Interfaces:
- Dialect
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 org.javalite.activejdbc.dialects.DefaultDialect |
appendDate, appendEmptyRow, appendOrderBy, appendQuestions, appendSelect, appendSubQuery, appendTime, appendTimestamp, appendValue, deleteManyToManyAssociation, insert, insertManyToManyAssociation, insertParametrized, overrideDriverTypeConversion, selectCount, selectCount, selectExists, selectManyToManyAssociation, selectStar, selectStar, selectStarParametrized, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
H2Dialect
public H2Dialect()
Copyright © 2015 JavaLite. All rights reserved.