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

Manages the sequences within an isolated context. More...

Inheritance diagram for Deveel.Data.Sql.ISequenceManager:
Deveel.Data.Sql.IObjectManager Deveel.Data.Sql.Sequences.SequenceManager

Properties

ITableContainer TableContainer [get]
 Provides a table container that exposes the sequences managed as tables. More...
 
- Properties inherited from Deveel.Data.Sql.IObjectManager
DbObjectType ObjectType [get]
 Gets the type of objects managed by this instance. More...
 

Additional Inherited Members

- Public Member Functions inherited from Deveel.Data.Sql.IObjectManager
void Create ()
 Initializes the manager into the underlying system. More...
 
void CreateObject (IObjectInfo objInfo)
 Create a new object of the ObjectType given the specifications given. More...
 
bool RealObjectExists (ObjectName objName)
 Checks if an object really exists in the system. More...
 
bool ObjectExists (ObjectName objName)
 Checks if an object identified by the given name is managed by this instance. More...
 
IDbObject GetObject (ObjectName objName)
 Gets a database object managed by this manager. More...
 
bool AlterObject (IObjectInfo objInfo)
 Modifies an existing object managed, identified by IObjectInfo.FullName component of the given specification, with the format given. More...
 
bool DropObject (ObjectName objName)
 Deletes a database object handled by this manager from the system. More...
 
ObjectName ResolveName (ObjectName objName, bool ignoreCase)
 Normalizes the input object name using the case sensitivity specified. More...
 

Detailed Description

Manages the sequences within an isolated context.

See also
SequenceManager

Definition at line 29 of file ISequenceManager.cs.

Property Documentation

ITableContainer Deveel.Data.Sql.ISequenceManager.TableContainer
get

Provides a table container that exposes the sequences managed as tables.

Definition at line 33 of file ISequenceManager.cs.


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