webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
IDBCursor Interface Reference

import"interfaces.idl";

Inheritance diagram for IDBCursor:
IDBCursorWithValue IDBCursorWithValue

Public Member Functions

readonly attribute (IDBObjectStore or IDBIndex) source
 
void advance ([EnforceRange] unsigned long count)
 
void continue (optional any key)
 
void continuePrimaryKey (any key, any primaryKey)
 
IDBRequest update (any value)
 
IDBRequest delete ()
 
readonly attribute (IDBObjectStore or IDBIndex) source
 
IDBRequest update (any value)
 
void advance ([EnforceRange] unsigned long count)
 
void continue (optional any key)
 
void continuePrimaryKey (any key, any primaryKey)
 
IDBRequest delete ()
 

Public Attributes

readonly attribute IDBCursorDirection direction
 
readonly attribute any key
 
readonly attribute any primaryKey
 

Member Function Documentation

◆ advance() [1/2]

void IDBCursor::advance ( [EnforceRange] unsigned long  count)

◆ advance() [2/2]

void IDBCursor::advance ( [EnforceRange] unsigned long  count)

◆ attribute() [1/2]

readonly IDBCursor::attribute ( IDBObjectStore or  IDBIndex)

◆ attribute() [2/2]

readonly IDBCursor::attribute ( IDBObjectStore or  IDBIndex)

◆ continue() [1/2]

void IDBCursor::continue ( optional any  key)

◆ continue() [2/2]

void IDBCursor::continue ( optional any  key)

◆ continuePrimaryKey() [1/2]

void IDBCursor::continuePrimaryKey ( any  key,
any  primaryKey 
)

◆ continuePrimaryKey() [2/2]

void IDBCursor::continuePrimaryKey ( any  key,
any  primaryKey 
)

◆ delete() [1/2]

IDBRequest IDBCursor::delete ( )

◆ delete() [2/2]

IDBRequest IDBCursor::delete ( )

◆ update() [1/2]

IDBRequest IDBCursor::update ( any  value)

◆ update() [2/2]

IDBRequest IDBCursor::update ( any  value)

Member Data Documentation

◆ direction

readonly attribute IDBCursorDirection IDBCursor::direction

◆ key

readonly attribute any IDBCursor::key

◆ primaryKey

readonly attribute any IDBCursor::primaryKey

The documentation for this interface was generated from the following files: