Table of Contents

Class ErrorGroups.Sql

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Sql errors.

public static class ErrorGroups.Sql
Inheritance
ErrorGroups.Sql
Inherited Members

Fields

ConstraintViolation

ConstraintViolation error.

public const int ConstraintViolation = 262149

Field Value

int

ErrorPrefix

Sql error prefix.

public const string ErrorPrefix = "IGN"

Field Value

string

ExecutionCancelled

ExecutionCancelled error.

public const int ExecutionCancelled = 262150

Field Value

int

GroupCode

Sql group code.

public const short GroupCode = 4

Field Value

short

GroupName

Sql group name.

public const string GroupName = "SQL"

Field Value

string

Mapping

Mapping error.

public const int Mapping = 262152

Field Value

int

QueryNoResultSet

QueryNoResultSet error.

public const int QueryNoResultSet = 262145

Field Value

int

Runtime

Runtime error.

public const int Runtime = 262151

Field Value

int

SchemaNotFound

SchemaNotFound error.

public const int SchemaNotFound = 262146

Field Value

int

StmtParse

StmtParse error.

public const int StmtParse = 262147

Field Value

int

StmtValidation

StmtValidation error.

public const int StmtValidation = 262148

Field Value

int

TxControlInsideExternalTx

TxControlInsideExternalTx error.

public const int TxControlInsideExternalTx = 262153

Field Value

int