public class Database extends java.lang.Object implements ChromeDevtoolsDomain
| Modifier and Type | Class and Description |
|---|---|
static class |
Database.AddDatabaseEvent |
static class |
Database.DatabaseDriver |
static class |
Database.DatabaseObject |
static class |
Database.Error |
static class |
Database.ExecuteSQLRequest |
static class |
Database.ExecuteSQLResponse |
| Constructor and Description |
|---|
Database()
Constructs the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Database.DatabaseDriver databaseDriver) |
void |
disable(JsonRpcPeer peer,
org.json.JSONObject params) |
void |
enable(JsonRpcPeer peer,
org.json.JSONObject params) |
JsonRpcResult |
executeSQL(JsonRpcPeer peer,
org.json.JSONObject params) |
JsonRpcResult |
getDatabaseTableNames(JsonRpcPeer peer,
org.json.JSONObject params) |
public void add(Database.DatabaseDriver databaseDriver)
public void enable(JsonRpcPeer peer, org.json.JSONObject params)
public void disable(JsonRpcPeer peer, org.json.JSONObject params)
public JsonRpcResult getDatabaseTableNames(JsonRpcPeer peer, org.json.JSONObject params) throws JsonRpcException
JsonRpcExceptionpublic JsonRpcResult executeSQL(JsonRpcPeer peer, org.json.JSONObject params)