DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Constant error codes within the SQL compilation domain. More...
Public Attributes | |
const int | SyntaxError = 0x0001002 |
A syntax error occurred while parsing a string. More... | |
Constant error codes within the SQL compilation domain.
Definition at line 23 of file CompileErrorCodes.cs.
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.