Definition at line 24 of file AddColumnAction.cs.
Deveel.Data.Sql.Statements.AddColumnAction.AddColumnAction |
( |
SqlTableColumn |
column | ) |
|
|
inline |
Deveel.Data.Sql.Statements.AddColumnAction.AddColumnAction |
( |
ObjectData |
data | ) |
|
|
inlineprivate |
void ISerializable. Deveel.Data.Sql.Statements.AddColumnAction.GetData |
( |
SerializeData |
data | ) |
|
|
inlineprivate |
object IPreparable. Deveel.Data.Sql.Statements.AddColumnAction.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 AddColumnAction.cs.
44 if (defaultExp != null)
45 newColumn.DefaultExpression = defaultExp.
Prepare(preparer);
SqlExpression DefaultExpression
virtual SqlExpression Prepare(IExpressionPreparer preparer)
AddColumnAction(SqlTableColumn column)
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/AddColumnAction.cs