Class OdbcResultSet
- java.lang.Object
-
- org.apache.ignite.internal.processors.odbc.odbc.OdbcResultSet
-
public class OdbcResultSet extends Object
Represents single result set.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>fetch(int maxSize)Fetch up to specified number of rows of result set.Collection<OdbcColumnMeta>fieldsMeta()booleanhasUnfetchedRows()
-
-
-
Method Detail
-
hasUnfetchedRows
public boolean hasUnfetchedRows()
- Returns:
trueif has non-fetched rows.
-
fieldsMeta
public Collection<OdbcColumnMeta> fieldsMeta()
- Returns:
- Fields metadata of the current result set.
-
-