advance method

void advance(
  1. int count
)

The advance() method of the IDBCursor interface sets the number of times a cursor should move its position forward.

Implementation

external void advance(int count);