API documentation  2.0rc1
Public Member Functions | List of all members
client::IDBTransaction Class Reference

#include <clientlib.h>

Inherits client::EventTarget.

Public Member Functions

IDBDatabaseget_db ()
 
DOMExceptionget_error ()
 
Stringget_mode ()
 
EventListenerget_onabort ()
 
void set_onabort (EventListener *)
 
EventListenerget_oncomplete ()
 
void set_oncomplete (EventListener *)
 
EventListenerget_onerror ()
 
void set_onerror (EventListener *)
 
void abort ()
 
IDBObjectStoreobjectStore (const String &name)
 
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
IDBTransactionget_prototype ()
 
void set_prototype (IDBTransaction *)
 
 IDBTransaction ()
 
Stringget_READ_ONLY ()
 
Stringget_READ_WRITE ()
 
Stringget_VERSION_CHANGE ()
 
- Public Member Functions inherited from client::EventTarget
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
bool dispatchEvent (Event *evt)
 
void removeEventListener (const String &type)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, bool options)
 
EventTargetget_prototype ()
 
void set_prototype (EventTarget *)
 
 EventTarget ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ IDBTransaction()

client::IDBTransaction::IDBTransaction ( )

Member Function Documentation

◆ abort()

void client::IDBTransaction::abort ( )

◆ addEventListener() [1/5]

void client::IDBTransaction::addEventListener ( const String type,
EventListener listener 
)

◆ addEventListener() [2/5]

void client::IDBTransaction::addEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ addEventListener() [3/5]

void client::IDBTransaction::addEventListener ( const String type,
EventListener listener,
AddEventListenerOptions options 
)

◆ addEventListener() [4/5]

void client::IDBTransaction::addEventListener ( const String type,
EventListenerObject listener 
)

◆ addEventListener() [5/5]

void client::IDBTransaction::addEventListener ( const String type,
EventListenerObject listener,
AddEventListenerOptions options 
)

◆ get_db()

IDBDatabase* client::IDBTransaction::get_db ( )

◆ get_error()

DOMException* client::IDBTransaction::get_error ( )

◆ get_mode()

String* client::IDBTransaction::get_mode ( )

◆ get_onabort()

EventListener* client::IDBTransaction::get_onabort ( )

◆ get_oncomplete()

EventListener* client::IDBTransaction::get_oncomplete ( )

◆ get_onerror()

EventListener* client::IDBTransaction::get_onerror ( )

◆ get_prototype()

IDBTransaction* client::IDBTransaction::get_prototype ( )

◆ get_READ_ONLY()

String* client::IDBTransaction::get_READ_ONLY ( )

◆ get_READ_WRITE()

String* client::IDBTransaction::get_READ_WRITE ( )

◆ get_VERSION_CHANGE()

String* client::IDBTransaction::get_VERSION_CHANGE ( )

◆ objectStore()

IDBObjectStore* client::IDBTransaction::objectStore ( const String name)

◆ removeEventListener() [1/5]

void client::IDBTransaction::removeEventListener ( const String type,
EventListener listener 
)

◆ removeEventListener() [2/5]

void client::IDBTransaction::removeEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ removeEventListener() [3/5]

void client::IDBTransaction::removeEventListener ( const String type,
EventListener listener,
EventListenerOptions options 
)

◆ removeEventListener() [4/5]

void client::IDBTransaction::removeEventListener ( const String type,
EventListenerObject listener 
)

◆ removeEventListener() [5/5]

void client::IDBTransaction::removeEventListener ( const String type,
EventListenerObject listener,
EventListenerOptions options 
)

◆ set_onabort()

void client::IDBTransaction::set_onabort ( EventListener )

◆ set_oncomplete()

void client::IDBTransaction::set_oncomplete ( EventListener )

◆ set_onerror()

void client::IDBTransaction::set_onerror ( EventListener )

◆ set_prototype()

void client::IDBTransaction::set_prototype ( IDBTransaction )