|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface RawResults
You should be using GenericRawResults
with <String[]> argument.
Method Summary | ||
---|---|---|
void |
close()
Deprecated. Close any open database connections associated with the RawResults. |
|
String[] |
getColumnNames()
Deprecated. Return the array of column names for each result row. |
|
|
getMappedResults(RawRowMapper<T> mapper)
Deprecated. Return a list of results mapped by the mapper argument. |
|
int |
getNumberColumns()
Deprecated. Return the number of columns in each result row. |
|
List<String[]> |
getResults()
Deprecated. Return a list of results mapped by the mapper argument. |
|
|
iterator(RawRowMapper<T> mapper)
Deprecated. Get an iterator which will return a T which is mapped from the String[] array raw results my the mapper argument. |
Methods inherited from interface com.j256.ormlite.dao.CloseableIterable |
---|
iterator |
Method Detail |
---|
int getNumberColumns()
String[] getColumnNames()
List<String[]> getResults() throws SQLException
SQLException
<T> List<T> getMappedResults(RawRowMapper<T> mapper) throws SQLException
SQLException
<T> CloseableIterator<T> iterator(RawRowMapper<T> mapper) throws SQLException
SQLException
void close() throws SQLException
Dao.iteratorRaw(String)
or another iterator method was called.
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |