[]
Execute selectStmt directly in the Json server.
protected override Task<SourceTable> ExecutePrimitiveSqlAsync(SelectStatement selectStmt, CancellationToken token, bool needFullData)
| Type | Name | Description |
|---|---|---|
| SelectStatement | selectStmt | The SelectStatement to be executed on the Json server. |
| CancellationToken | token | The cancellation token to abort the query execution at any moment. |
| bool | needFullData | A boolean that indicates if all the rows from
the referred tables in |
| Type | Description |
|---|---|
| Task<SourceTable> | A source table containing the query execution result. |