| Package | Description |
|---|---|
| org.bridje.sql |
| Modifier and Type | Method and Description |
|---|---|
SQLStatement |
Query.toStatement(SQLDialect dialect,
Object... parameters)
Converts this query to a new SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
SQLEnvironment.fetchAll(SQLStatement stmt,
SQLResultParser<T> parser)
Performs a select many query in the database.
|
<T> T |
SQLEnvironment.fetchOne(SQLStatement stmt,
SQLResultParser<T> parser)
Performs a select one query in the database.
|
int |
SQLEnvironment.update(SQLStatement stmt)
Performs an update query in the database.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.