20 lines
745 B
Markdown
20 lines
745 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Database](./puppeteer.protocol.database.md) > [ExecuteSQLRequest](./puppeteer.protocol.database.executesqlrequest.md)
|
||
|
|
||
|
## Protocol.Database.ExecuteSQLRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ExecuteSQLRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [databaseId](./puppeteer.protocol.database.executesqlrequest.databaseid.md) | [DatabaseId](./puppeteer.protocol.database.databaseid.md) | |
|
||
|
| [query](./puppeteer.protocol.database.executesqlrequest.query.md) | string | |
|
||
|
|