Uses of Interface
org.apache.calcite.avatica.util.Cursor
-
Packages that use Cursor Package Description org.apache.calcite.avatica Avatica JDBC framework.org.apache.calcite.avatica.util Avatica utilities. -
-
Uses of Cursor in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as Cursor Modifier and Type Field Description protected CursorAvaticaResultSet. cursorMethods in org.apache.calcite.avatica that return Cursor Modifier and Type Method Description static CursorMetaImpl. createCursor(Meta.CursorFactory cursorFactory, java.lang.Iterable<java.lang.Object> iterable)Methods in org.apache.calcite.avatica with parameters of type Cursor Modifier and Type Method Description AvaticaResultSetAvaticaResultSet. execute2(Cursor cursor, java.util.List<ColumnMetaData> columnMetaDataList) -
Uses of Cursor in org.apache.calcite.avatica.util
Classes in org.apache.calcite.avatica.util that implement Cursor Modifier and Type Class Description classAbstractCursorBase class for implementing a cursor.classArrayIteratorCursorclassIteratorCursor<E>Implementation ofCursoron top of anIteratorthat returns a record for each row.classListIteratorCursorclassMapIteratorCursorclassPositionedCursor<T>Abstract implementation ofCursorthat caches its current row.classRecordIteratorCursor<E>Implementation ofCursoron top of anIteratorthat returns a record for each row.
-