| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.dialects |
| Modifier and Type | Method and Description |
|---|---|
SQLDialect |
SQLEnvironment.getDialect()
The dialect of this environment.
|
SQLDialect |
SQLBuilder.getDialect()
The SQL dialect used for this builder.
|
| Modifier and Type | Method and Description |
|---|---|
SQLStatement |
Query.toStatement(SQLDialect dialect,
Object... parameters)
Converts this query to a new SQL statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyDialect
A dialect for DERBY database.
|
class |
MySQLDialect
A dialect for MySQL database.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.