An error that occurs when compiling a input string into a SQL object.
More...
An error that occurs when compiling a input string into a SQL object.
Definition at line 26 of file SqlParseException.cs.
Deveel.Data.Sql.Parser.SqlParseException.SqlParseException |
( |
| ) |
|
|
inline |
Deveel.Data.Sql.Parser.SqlParseException.SqlParseException |
( |
int |
errorCode | ) |
|
|
inline |
Deveel.Data.Sql.Parser.SqlParseException.SqlParseException |
( |
string |
message | ) |
|
|
inline |
Deveel.Data.Sql.Parser.SqlParseException.SqlParseException |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
|
inline |
Deveel.Data.Sql.Parser.SqlParseException.SqlParseException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Definition at line 43 of file SqlParseException.cs.
44 :
this(CompileErrorCodes.SyntaxError, message, innerException) {
Deveel.Data.Sql.Parser.SqlParseException.SqlParseException |
( |
int |
errorCode, |
|
|
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Parser/SqlParseException.cs