SqlStatementOptions Class
Namespace: Hazelcast.Sql
Assembly: Hazelcast.Net.dll
public class SqlStatementOptions
Inherited Members
Fields
Name | Description |
---|---|
Default | Default SqlStatementOptions.
Equivalent to |
Properties
Name | Description |
---|---|
CursorBufferSize | The cursor buffer size (measured in the number of rows).
Only positive values are allowed.
Defaults to |
Schema | The schema name.
The default value is |
Timeout | Statement execution timeout. If the timeout is reached for a running statement, it will be cancelled forcefully. Defaults to Zero. Zero means that the timeout in server config will be used. InfiniteTimeSpan means no timeout. |