public interface QueryExecutor
| Modifier and Type | Method and Description |
|---|---|
int |
executeUpdate(DMLQuery query)
Wykonuje zaputanie DML(create, update, insert, delete itp);
|
List<Map<String,Object>> |
list(SelectQuery query)
Wykonuje zapytanie SELECT
|
com.suncode.pwfl.search.CountedResult<Map<String,Object>> |
list(SelectQuery query,
Integer start,
Integer limit)
Wykonuje zapytanie SELECT.
|
int executeUpdate(DMLQuery query)
query - Treść zapytaniaList<Map<String,Object>> list(SelectQuery query)
query - Treść zapytaniacom.suncode.pwfl.search.CountedResult<Map<String,Object>> list(SelectQuery query, Integer start, Integer limit)
query - Treść zapytaniastart - Przesunięcie w zbiorze wynikówlimit - Maksymalna ilość wynikówCopyright © 2016 Suncode. All rights reserved.