ISqlService Interface
Namespace: Hazelcast.Sql
Assembly: Hazelcast.Net.dll
Represents the Hazelcast SQL service.
public interface ISqlService
  Methods
| Name | Description | 
|---|---|
| ExecuteCommandAsync(string, SqlStatementOptions, CancellationToken, params object[]) | Executes a SQL command.  | 
      
| ExecuteCommandAsync(string, object[], SqlStatementOptions, CancellationToken) | Executes a SQL command.  | 
      
| ExecuteQueryAsync(string, SqlStatementOptions, CancellationToken, params object[]) | Executes a SQL query.  | 
      
| ExecuteQueryAsync(string, object[], SqlStatementOptions, CancellationToken) | Executes a SQL query.  |