DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Properties | List of all members
Deveel.Data.Sql.IDbObject Interface Reference

Represents a database object, such as a table, a trigger, a type or a column. More...

Inheritance diagram for Deveel.Data.Sql.IDbObject:
Deveel.Data.Routines.IRoutine Deveel.Data.Sql.Cursors.Cursor Deveel.Data.Sql.Schemas.Schema Deveel.Data.Sql.Sequences.ISequence Deveel.Data.Sql.Tables.ITable Deveel.Data.Sql.Tables.Row Deveel.Data.Sql.Triggers.Trigger Deveel.Data.Sql.Variables.Variable Deveel.Data.Sql.Views.View Deveel.Data.Types.UserType

Properties

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

Represents a database object, such as a table, a trigger, a type or a column.

Definition at line 24 of file IDbObject.cs.

Property Documentation

ObjectName Deveel.Data.Sql.IDbObject.FullName
get

Gets the fully qualified name of the object used to resolve it uniquely within the database.

See also
ObjectName

Definition at line 30 of file IDbObject.cs.

DbObjectType Deveel.Data.Sql.IDbObject.ObjectType
get

Gets the type of database object that the implementation is for

Definition at line 35 of file IDbObject.cs.


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