.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    SqlStatementOptions Class

    Namespace: Hazelcast.Sql
    Assembly: Hazelcast.Net.dll
    public class SqlStatementOptions
    Inheritance
    object
    SqlStatementOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Fields

    Name Description
    Default

    Default SqlStatementOptions. Equivalent to new SqlStatementOptions().

    Properties

    Name Description
    CursorBufferSize

    The cursor buffer size (measured in the number of rows). Only positive values are allowed. Defaults to 4096.

    Schema

    The schema name. The default value is null meaning only the default search path is used.

    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.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.