Table of Contents

Enum SqlSupportedResultSetType

Namespace
Arrow.Flight.Protocol.Sql
Assembly
Apache.Arrow.Flight.Sql.dll
public enum SqlSupportedResultSetType

Fields

[OriginalName("SQL_RESULT_SET_TYPE_FORWARD_ONLY")] SqlResultSetTypeForwardOnly = 1
[OriginalName("SQL_RESULT_SET_TYPE_SCROLL_INSENSITIVE")] SqlResultSetTypeScrollInsensitive = 2
[OriginalName("SQL_RESULT_SET_TYPE_SCROLL_SENSITIVE")] SqlResultSetTypeScrollSensitive = 3
[OriginalName("SQL_RESULT_SET_TYPE_UNSPECIFIED")] SqlResultSetTypeUnspecified = 0