22 namespace Deveel.Data.Sql.Statements {
40 : base(errorCode, message) {
48 : base(errorCode, message, innerException) {
Enumerates a known set of codes in a SQL Model
An exception that happens during the SqlStatement.Prepare(IExpressionPreparer, IQueryContext).
StatementPrepareException()
StatementPrepareException(int errorCode)
StatementPrepareException(string message, Exception innerException)
StatementPrepareException(int errorCode, string message, Exception innerException)
StatementPrepareException(string message)
StatementPrepareException(int errorCode, string message)