- Preparing search index...
- The search index is not available
DuckDB-WASM
Class PreparedStatement<T>
Type Parameters
-
T extends {
[key: string]: arrow.DataType;
} = any
Constructors
constructor
- new PreparedStatement<T>(bindings: DuckDBBindings, connectionId: number, statementId: number): PreparedStatement<T>
-
Type Parameters
-
T extends {
[key: string]: arrow.DataType;
} = any
Parameters
-
-
connectionId: number
-
statementId: number
Methods
close
- close(): void
-
Returns void
query
- query(...params: any[]): Table<T>
-
Returns Table<T>
send
- send(...params: any[]): RecordBatchStreamReader<T>
-
Returns RecordBatchStreamReader<T>
A thin helper to bind the prepared statement id