Class ReadOnlyTableCursor

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public abstract class ReadOnlyTableCursor
    extends BasicCursor
    Cursor for tables that are defined only for reading.
    • Constructor Detail

      • ReadOnlyTableCursor

        public ReadOnlyTableCursor​(CallContext context)
    • Method Detail

      • create

        public static ReadOnlyTableCursor create​(ReadOnlyTable table,
                                                 CallContext callContext)
        Creates a read only table specific cursor.
        Parameters:
        table - Cursor related table
        callContext - Call context that is used for cursor creation
        Returns:
      • create

        public static ReadOnlyTableCursor create​(ReadOnlyTable table,
                                                 CallContext callContext,
                                                 Set<String> fields)
        Creates a table specific cursor.
        Parameters:
        table - Cursor related table
        callContext - Call context that is used for cursor creation
        fields - Fields the cursor should operate on
        Returns: