Table of Contents

Enum CommandStatementIngest.Types.TableDefinitionOptions.Types.TableNotExistOption

Namespace
Arrow.Flight.Protocol.Sql
Assembly
Apache.Arrow.Flight.Sql.dll

The action to take if the target table does not exist

public enum CommandStatementIngest.Types.TableDefinitionOptions.Types.TableNotExistOption

Fields

[OriginalName("TABLE_NOT_EXIST_OPTION_CREATE")] Create = 1

Create the table if it does not exist

[OriginalName("TABLE_NOT_EXIST_OPTION_FAIL")] Fail = 2

Fail if the table does not exist

[OriginalName("TABLE_NOT_EXIST_OPTION_UNSPECIFIED")] Unspecified = 0

Do not use. Servers should error if this is specified by a client.