DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | Private Member Functions | List of all members
Deveel.Data.Sql.Statements.DropPrimaryKeyAction Class Reference
Inheritance diagram for Deveel.Data.Sql.Statements.DropPrimaryKeyAction:
Deveel.Data.Sql.Statements.IAlterTableAction Deveel.Data.Serialization.ISerializable

Public Member Functions

 DropPrimaryKeyAction ()
 

Properties

AlterTableActionType IAlterTableAction. ActionType [get]
 
- Properties inherited from Deveel.Data.Sql.Statements.IAlterTableAction
AlterTableActionType ActionType [get]
 

Private Member Functions

 DropPrimaryKeyAction (ObjectData data)
 
void ISerializable. GetData (SerializeData data)
 

Detailed Description

Definition at line 23 of file DropPrimaryKeyAction.cs.

Constructor & Destructor Documentation

Deveel.Data.Sql.Statements.DropPrimaryKeyAction.DropPrimaryKeyAction ( )
inline

Definition at line 24 of file DropPrimaryKeyAction.cs.

24  {
25  }
Deveel.Data.Sql.Statements.DropPrimaryKeyAction.DropPrimaryKeyAction ( ObjectData  data)
inlineprivate

Definition at line 27 of file DropPrimaryKeyAction.cs.

27  {
28  }

Member Function Documentation

void ISerializable. Deveel.Data.Sql.Statements.DropPrimaryKeyAction.GetData ( SerializeData  data)
inlineprivate

Implements Deveel.Data.Serialization.ISerializable.

Definition at line 33 of file DropPrimaryKeyAction.cs.

33  {
34  }

Property Documentation

AlterTableActionType IAlterTableAction. Deveel.Data.Sql.Statements.DropPrimaryKeyAction.ActionType
getprivate

Definition at line 29 of file DropPrimaryKeyAction.cs.


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