ISphinxQLExecutor Interface |
Namespace: SphinxConnector.FluentApi
The ISphinxQLExecutor type exposes the following members.
Name | Description | |
---|---|---|
ExecuteNonQuery |
Executes a non-query command.
| |
ExecuteNonQueryAsync(String, Object) |
Asynchronously executes a non-query command.
| |
ExecuteNonQueryAsync(String, CancellationToken, Object) |
Asynchronously executes a non-query command.
| |
QueryT(String, Object) |
Executes the given SphinxQL query and returns a list of results of the given type.
| |
QueryT(String, QueryMetadata, Object) |
Executes the given SphinxQL query and returns a list of results of the given type along with the query metadata. Note: 'SHOW META' is automatically appended to the query.
| |
QueryMulti |
Executes the given SphinxQL multi-query and returns an instance of MultiQueryResult that can be used to
retrieve the results for the queries.
|