DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Sql.Triggers.ITableStateHandler Interface Reference
Inheritance diagram for Deveel.Data.Sql.Triggers.ITableStateHandler:
Deveel.Data.Transactions.Transaction

Public Member Functions

void SetTableState (OldNewTableState tableState)
 

Properties

OldNewTableState TableState [get]
 Gets an object that olds the state before and after a table event. More...
 

Detailed Description

Definition at line 20 of file ITableStateHandler.cs.

Member Function Documentation

void Deveel.Data.Sql.Triggers.ITableStateHandler.SetTableState ( OldNewTableState  tableState)

Property Documentation

OldNewTableState Deveel.Data.Sql.Triggers.ITableStateHandler.TableState
get

Gets an object that olds the state before and after a table event.

Definition at line 24 of file ITableStateHandler.cs.


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