sqlocal / index / DriverStatement
Type Alias: DriverStatement
ts
type DriverStatement = {
method?: Sqlite3Method;
params?: any[];
sql: string;
};Defined in: src/types.ts:115
Properties
| Property | Type | Defined in |
|---|---|---|
method? | Sqlite3Method | src/types.ts:118 |
params? | any[] | src/types.ts:117 |
sql | string | src/types.ts:116 |

