Definition at line 24 of file AddConstraintAction.cs.
Deveel.Data.Sql.Statements.AddConstraintAction.AddConstraintAction |
( |
SqlTableConstraint |
constraint | ) |
|
|
inline |
Definition at line 25 of file AddConstraintAction.cs.
26 if (constraint == null)
27 throw new ArgumentNullException(
"constraint");
SqlTableConstraint Constraint
Deveel.Data.Sql.Statements.AddConstraintAction.AddConstraintAction |
( |
ObjectData |
data | ) |
|
|
inlineprivate |
void ISerializable. Deveel.Data.Sql.Statements.AddConstraintAction.GetData |
( |
SerializeData |
data | ) |
|
|
inlineprivate |
object IPreparable. Deveel.Data.Sql.Statements.AddConstraintAction.Prepare |
( |
IExpressionPreparer |
preparer | ) |
|
|
inlineprivate |
Converts the underlying value of this instance into an object that can be evaluated by an expression.
- Parameters
-
preparer | The context used to prepare this object. |
- Returns
- Returns an object that can be evaluated by an expression.
Implements Deveel.Data.Sql.Expressions.IPreparable.
Definition at line 38 of file AddConstraintAction.cs.
SqlTableConstraint Constraint
AddConstraintAction(SqlTableConstraint constraint)
A contract for objects that participate to a SqlExpression.Prepare phase of an expression evaluation...
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Statements/AddConstraintAction.cs