Uses of Interface
org.apache.calcite.avatica.util.AbstractCursor.Getter
-
Packages that use AbstractCursor.Getter Package Description org.apache.calcite.avatica.util Avatica utilities. -
-
Uses of AbstractCursor.Getter in org.apache.calcite.avatica.util
Classes in org.apache.calcite.avatica.util that implement AbstractCursor.Getter Modifier and Type Class Description protected classAbstractCursor.AbstractGetterAbstract implementation ofAbstractCursor.Getter.classAbstractCursor.SlotGetterImplementation ofAbstractCursor.Getterthat returns the current contents of a mutable slot.classAbstractCursor.StructGetterImplementation ofAbstractCursor.Getterthat returns the value of a given field of the current contents of another getter.protected classPositionedCursor.ArrayGetterImplementation ofAbstractCursor.Getterthat reads from records that are arrays.protected classPositionedCursor.FieldGetterImplementation ofAbstractCursor.Getterthat reads fields via reflection.protected classPositionedCursor.ListGetterImplementation ofAbstractCursor.Getterthat reads items from a list.protected classPositionedCursor.MapGetter<K>Implementation ofAbstractCursor.Getterthat reads entries from aMap.protected classPositionedCursor.ObjectGetterImplementation ofAbstractCursor.Getterfor records that consist of a single field.Fields in org.apache.calcite.avatica.util declared as AbstractCursor.Getter Modifier and Type Field Description protected AbstractCursor.GetterAbstractCursor.AccessorImpl. getterAbstractCursor.GetterAbstractCursor.StructGetter. getterMethods in org.apache.calcite.avatica.util that return AbstractCursor.Getter Modifier and Type Method Description protected abstract AbstractCursor.GetterAbstractCursor. createGetter(int ordinal)protected AbstractCursor.GetterArrayIteratorCursor. createGetter(int ordinal)protected AbstractCursor.GetterListIteratorCursor. createGetter(int ordinal)protected AbstractCursor.GetterMapIteratorCursor. createGetter(int ordinal)protected AbstractCursor.GetterRecordIteratorCursor. createGetter(int ordinal)Methods in org.apache.calcite.avatica.util with parameters of type AbstractCursor.Getter Modifier and Type Method Description protected Cursor.AccessorAbstractCursor. createAccessor(ColumnMetaData columnMetaData, AbstractCursor.Getter getter, java.util.Calendar localCalendar, ArrayImpl.Factory factory)
-