21 namespace Deveel.Data.Sql.Statements {
25 : this((string) null) {
29 ExceptionName = exceptionName;
33 ExceptionName = data.
GetString(
"ExceptionName");
36 public string ExceptionName {
get; set; }
39 data.
SetValue(
"ExceptionName", ExceptionName);
43 throw new NotImplementedException();
void SetValue(string key, Type type, object value)
Represents the foundation class of SQL statements to be executed.
override void GetData(SerializeData data)
override void ExecuteStatement(ExecutionContext context)
RaiseStatement(string exceptionName)
RaiseStatement(ObjectData data)
string GetString(string key)