Execute a SQL query with execution options and optional parameters
(sql: string, options: ExecuteOptions, parameters?: any[])
| 251 | |
| 252 | /** Execute a SQL query with execution options and optional parameters */ |
| 253 | executeSQL(sql: string, options: ExecuteOptions, parameters?: any[]): Promise<SQLResult>; |
| 254 | } |
| 255 | |
| 256 | /** |
no outgoing calls