public interface SQLStatement
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getParameters()
The parameter to send to the database for this query.
|
Expression<?,?>[] |
getResultFields()
The resulting fields of the execution of this statement.
|
String |
getSQL()
The actual SQL to execute in the database.
|
boolean |
isWithGeneratedKeys()
If this statement retrieves new generated keys.
|
Expression<?,?>[] getResultFields()
boolean isWithGeneratedKeys()
String getSQL()
Object[] getParameters()
Copyright © 2015–2018 Bridje Framework. All rights reserved.