| Package | Description |
|---|---|
| org.javalite.activejdbc | |
| org.javalite.activejdbc.dialects |
| Modifier and Type | Method and Description |
|---|---|
Dialect |
MetaModel.getDialect() |
Dialect |
Configuration.getDialect(MetaModel mm) |
Dialect |
Configuration.getDialect(String dbType) |
| 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 |
Copyright © 2018 JavaLite. All rights reserved.