public interface Query
| Modifier and Type | Method and Description |
|---|---|
Expression<?,?>[] |
getResultFields()
The resulting fields for this query.
|
boolean |
isWithGeneratedKeys()
If this query needs to retrieve generated keys.
|
SQLStatement |
toStatement(SQLDialect dialect,
Object... parameters)
Converts this query to a new SQL statement.
|
Expression<?,?>[] getResultFields()
boolean isWithGeneratedKeys()
SQLStatement toStatement(SQLDialect dialect, Object... parameters)
dialect - The dialect to use for the convertion.parameters - The parameters to fill in the query.Copyright © 2015–2018 Bridje Framework. All rights reserved.