|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
public interface Query
A query prepared for execution. Returns all its results at once, in a Vector
| Method Summary | |
|---|---|
Vector<Dictionary<String,Object>> |
execute(Object[] args,
DBConnection dbc,
int offset,
int limit)
Execute the query with the given arguments |
int |
insert(Object[] args,
DBConnection dbc)
|
| Method Detail |
|---|
Vector<Dictionary<String,Object>> execute(Object[] args,
DBConnection dbc,
int offset,
int limit)
int insert(Object[] args,
DBConnection dbc)
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||