DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Manages the sequences within an isolated context. More...
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... | |
Manages the sequences within an isolated context.
Definition at line 29 of file ISequenceManager.cs.
|
get |
Provides a table container that exposes the sequences managed as tables.
Definition at line 33 of file ISequenceManager.cs.