|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Query
Any query
Method Summary | |
---|---|
int |
execute()
Execute the query, if it has been created with a properly configured factory |
List<Object> |
getBindValues()
Retrieve the bind values that will be bound by this Query |
String |
getSQL()
Retrieve the SQL code rendered by this Query This method can be expected to work correctly for any SQL dialect, as a query is usually "attached" when created from a Factory . |
Methods inherited from interface org.jooq.Attachable |
---|
attach |
Methods inherited from interface org.jooq.Adapter |
---|
internalAPI |
Method Detail |
---|
int execute() throws DataAccessException
Query
:
DataAccessException
- If anything goes wrong in the databaseString getSQL()
This method can be expected to work correctly for any SQL dialect, as a
query is usually "attached" when created from a Factory
.
Use this method, when you want to use jOOQ for object oriented query creation, but execute the query with some other technology, such as
List<Object> getBindValues()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |