MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / findAll

Method findAll

lib/mapping/index.d.ts:147–147  ·  view source on GitHub ↗
(docInfo?: FindDocInfo, executionOptions?: string | MappingExecutionOptions)

Source from the content-addressed store, hash-verified

145 find(doc: { [key: string]: any }, docInfo?: FindDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>;
146
147 findAll(docInfo?: FindDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>;
148
149 insert(doc: { [key: string]: any }, docInfo?: InsertDocInfo, executionOptions?: string | MappingExecutionOptions): Promise<Result<T>>;
150

Callers 1

Implementers 1

ModelMapperlib/mapping/model-mapper.js

Calls

no outgoing calls

Tested by

no test coverage detected