|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RawResults | |
|---|---|
| com.j256.ormlite.dao | Database Access Object classes. |
| com.j256.ormlite.stmt | SQL statement generation and processing. |
| Uses of RawResults in com.j256.ormlite.dao |
|---|
| Methods in com.j256.ormlite.dao that return RawResults | |
|---|---|
RawResults |
Dao.iteratorRaw(String query)
Same as Dao.iterator(PreparedQuery) except it returns a RawResults object associated with the SQL select
query argument. |
RawResults |
BaseJdbcDao.iteratorRaw(String query)
|
RawResults |
Dao.queryForAllRaw(String query)
Query for all of the items in the object table that match the SQL select query argument. |
RawResults |
BaseJdbcDao.queryForAllRaw(String queryString)
|
| Uses of RawResults in com.j256.ormlite.stmt |
|---|
| Methods in com.j256.ormlite.stmt that return RawResults | |
|---|---|
RawResults |
StatementExecutor.buildIterator(DatabaseAccess jdbcTemplate,
String query)
Return a RawResults object associated with an internal iterator that matches the query argument. |
RawResults |
StatementExecutor.queryRaw(DatabaseAccess jdbcTemplate,
String query)
Return a list of all of the data in the table that matches the PreparedQuery. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||