DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
deveeldb.git
src
deveeldb
Deveel.Data.Types
TabularType.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Deveel
.Data.Types {
4
public
sealed
class
TabularType
:
SqlType
{
5
public
TabularType
()
6
: base(
"TABLE"
,
SqlTypeCode
.
QueryPlan
) {
7
}
8
}
9
}
Deveel.Data.Types.TabularType.TabularType
TabularType()
Definition:
TabularType.cs:5
Deveel
System
Definition:
NonSerializedAttribute.cs:3
Deveel.Data.Types.TabularType
Definition:
TabularType.cs:4
Deveel.Data.Types.SqlType
Defines the properties of a specific SQL Type and handles the values compatible.
Definition:
SqlType.cs:33
Deveel.Data.Types.SqlTypeCode
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
Definition:
SqlTypeCode.cs:23
Deveel.Data.Types.SqlTypeCode.QueryPlan
Generated by
1.8.10