DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Attributes | List of all members
Deveel.Data.Sql.Parser.CompileErrorCodes Class Reference

Constant error codes within the SQL compilation domain. More...

Public Attributes

const int SyntaxError = 0x0001002
 A syntax error occurred while parsing a string. More...
 

Detailed Description

Constant error codes within the SQL compilation domain.

Definition at line 23 of file CompileErrorCodes.cs.

Member Data Documentation

const int Deveel.Data.Sql.Parser.CompileErrorCodes.SyntaxError = 0x0001002

A syntax error occurred while parsing a string.

Definition at line 27 of file CompileErrorCodes.cs.


The documentation for this class was generated from the following file: