DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Sql.Schemas.Schema Class Reference
Inheritance diagram for Deveel.Data.Sql.Schemas.Schema:
Deveel.Data.Sql.IDbObject

Public Member Functions

 Schema (SchemaInfo schemaInfo)
 

Properties

SchemaInfo SchemaInfo [get, private set]
 
ObjectName IDbObject. FullName [get]
 
DbObjectType IDbObject. ObjectType [get]
 
- Properties inherited from Deveel.Data.Sql.IDbObject
ObjectName FullName [get]
 Gets the fully qualified name of the object used to resolve it uniquely within the database. More...
 
DbObjectType ObjectType [get]
 Gets the type of database object that the implementation is for More...
 

Detailed Description

Definition at line 20 of file Schema.cs.

Constructor & Destructor Documentation

Deveel.Data.Sql.Schemas.Schema.Schema ( SchemaInfo  schemaInfo)
inline

Definition at line 21 of file Schema.cs.

21  {
22  if (schemaInfo == null)
23  throw new ArgumentNullException("schemaInfo");
24 
25  SchemaInfo = schemaInfo;
26  }

Property Documentation

ObjectName IDbObject. Deveel.Data.Sql.Schemas.Schema.FullName
getprivate

Definition at line 30 of file Schema.cs.

DbObjectType IDbObject. Deveel.Data.Sql.Schemas.Schema.ObjectType
getprivate

Definition at line 34 of file Schema.cs.

SchemaInfo Deveel.Data.Sql.Schemas.Schema.SchemaInfo
getprivate set

Definition at line 28 of file Schema.cs.


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