|
||||||||||
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)
Deprecated. |
RawResults |
BaseDaoImpl.iteratorRaw(String query)
|
RawResults |
Dao.queryForAllRaw(String query)
Deprecated. |
RawResults |
BaseDaoImpl.queryForAllRaw(String queryString)
|
Uses of RawResults in com.j256.ormlite.stmt |
---|
Methods in com.j256.ormlite.stmt that return RawResults | |
---|---|
RawResults |
StatementExecutor.buildOldIterator(ConnectionSource connectionSource,
String query)
Return on old RawResults object associated with an internal iterator that matches the query argument. |
RawResults |
StatementExecutor.queryForAllRawOld(ConnectionSource connectionSource,
String query)
Return a list of all of the data in the table that matches the PreparedStmt . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |