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