DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Properties | List of all members
Deveel.Data.Sql.Statements.IAlterTableAction Interface Reference
Inheritance diagram for Deveel.Data.Sql.Statements.IAlterTableAction:
Deveel.Data.Serialization.ISerializable Deveel.Data.Sql.Statements.AddColumnAction Deveel.Data.Sql.Statements.AddConstraintAction Deveel.Data.Sql.Statements.DropColumnAction Deveel.Data.Sql.Statements.DropConstraintAction Deveel.Data.Sql.Statements.DropDefaultAction Deveel.Data.Sql.Statements.DropPrimaryKeyAction Deveel.Data.Sql.Statements.SetDefaultAction

Properties

AlterTableActionType ActionType [get]
 

Additional Inherited Members

- Public Member Functions inherited from Deveel.Data.Serialization.ISerializable
void GetData (SerializeData data)
 

Detailed Description

Definition at line 22 of file IAlterTableAction.cs.

Property Documentation

AlterTableActionType Deveel.Data.Sql.Statements.IAlterTableAction.ActionType
get

Definition at line 23 of file IAlterTableAction.cs.


The documentation for this interface was generated from the following file: