#include <InspectorBackendDispatchers.h>
|
virtual void | enable (ErrorString &)=0 |
|
virtual void | disable (ErrorString &)=0 |
|
virtual void | getDatabaseTableNames (ErrorString &, const String &in_databaseId, RefPtr< Inspector::Protocol::Array< String >> &out_tableNames)=0 |
|
virtual void | executeSQL (ErrorString &, const String &in_databaseId, const String &in_query, Ref< ExecuteSQLCallback > &&callback)=0 |
|
virtual void | enable (ErrorString &)=0 |
|
virtual void | disable (ErrorString &)=0 |
|
virtual void | getDatabaseTableNames (ErrorString &, const String &in_databaseId, RefPtr< Inspector::Protocol::Array< String >> &out_tableNames)=0 |
|
virtual void | executeSQL (ErrorString &, const String &in_databaseId, const String &in_query, Ref< ExecuteSQLCallback > &&callback)=0 |
|
◆ ~DatabaseBackendDispatcherHandler() [1/2]
Inspector::DatabaseBackendDispatcherHandler::~DatabaseBackendDispatcherHandler |
( |
| ) |
|
|
protectedvirtual |
◆ ~DatabaseBackendDispatcherHandler() [2/2]
virtual Inspector::DatabaseBackendDispatcherHandler::~DatabaseBackendDispatcherHandler |
( |
| ) |
|
|
protectedvirtual |
◆ disable() [1/2]
virtual void Inspector::DatabaseBackendDispatcherHandler::disable |
( |
ErrorString & |
| ) |
|
|
pure virtual |
◆ disable() [2/2]
virtual void Inspector::DatabaseBackendDispatcherHandler::disable |
( |
ErrorString & |
| ) |
|
|
pure virtual |
◆ enable() [1/2]
virtual void Inspector::DatabaseBackendDispatcherHandler::enable |
( |
ErrorString & |
| ) |
|
|
pure virtual |
◆ enable() [2/2]
virtual void Inspector::DatabaseBackendDispatcherHandler::enable |
( |
ErrorString & |
| ) |
|
|
pure virtual |
◆ executeSQL() [1/2]
virtual void Inspector::DatabaseBackendDispatcherHandler::executeSQL |
( |
ErrorString & |
, |
|
|
const String & |
in_databaseId, |
|
|
const String & |
in_query, |
|
|
Ref< ExecuteSQLCallback > && |
callback |
|
) |
| |
|
pure virtual |
◆ executeSQL() [2/2]
virtual void Inspector::DatabaseBackendDispatcherHandler::executeSQL |
( |
ErrorString & |
, |
|
|
const String & |
in_databaseId, |
|
|
const String & |
in_query, |
|
|
Ref< ExecuteSQLCallback > && |
callback |
|
) |
| |
|
pure virtual |
◆ getDatabaseTableNames() [1/2]
◆ getDatabaseTableNames() [2/2]
The documentation for this class was generated from the following files: