| Package | Description | 
|---|---|
| org.javalite.activejdbc | 
 ActiveJDBC - the agile Java ORM. 
 | 
| org.javalite.activejdbc.dialects | 
 Classes to manage database dialects, used internally. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Dialect | 
MetaModel.getDialect()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
Model.toInsert(Dialect dialect,
        String... replacements)
Generates INSERT SQL based on this model with the provided dialect. 
 | 
String | 
Model.toUpdate(Dialect dialect,
        String... replacements)
Generates UPDATE SQL based on this model with the provided dialect. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DB2Dialect  | 
class  | 
DefaultDialect  | 
class  | 
H2Dialect
Supports features of the h2 sql dialect. 
 | 
class  | 
MSSQLDialect  | 
class  | 
MySQLDialect  | 
class  | 
OracleDialect  | 
class  | 
PostgreSQLDialect  | 
class  | 
SQLiteDialect  | 
| Modifier and Type | Method and Description | 
|---|---|
static Dialect | 
Dialects.getDialect(String dbType)  | 
Copyright © 2020 JavaLite. All rights reserved.