DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Attributes | List of all members
Deveel.Data.TableTypes Class Reference

Provides the constant names of the types of tables in a database system. More...

Public Attributes

const string Table = "TABLE"
 
const string SystemTable = "SYSTEM TABLE"
 
const string View = "VIEW"
 
const string Trigger = "TRIGGER"
 
const string Sequence = "SEQUENCE"
 
const string Procedure = "PROCEDURE"
 
const string Function = "FUNCTION"
 

Detailed Description

Provides the constant names of the types of tables in a database system.

Definition at line 24 of file TableTypes.cs.

Member Data Documentation

const string Deveel.Data.TableTypes.Function = "FUNCTION"

Definition at line 31 of file TableTypes.cs.

const string Deveel.Data.TableTypes.Procedure = "PROCEDURE"

Definition at line 30 of file TableTypes.cs.

const string Deveel.Data.TableTypes.Sequence = "SEQUENCE"

Definition at line 29 of file TableTypes.cs.

const string Deveel.Data.TableTypes.SystemTable = "SYSTEM TABLE"

Definition at line 26 of file TableTypes.cs.

const string Deveel.Data.TableTypes.Table = "TABLE"

Definition at line 25 of file TableTypes.cs.

const string Deveel.Data.TableTypes.Trigger = "TRIGGER"

Definition at line 28 of file TableTypes.cs.

const string Deveel.Data.TableTypes.View = "VIEW"

Definition at line 27 of file TableTypes.cs.


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