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

Represents a numberic sequence in a transaction. More...

Inheritance diagram for Deveel.Data.Sql.Sequences.ISequence:
Deveel.Data.Sql.IDbObject Deveel.Data.Sql.Sequences.SequenceManager.Sequence

Public Member Functions

SqlNumber GetCurrentValue ()
 
SqlNumber NextValue ()
 
SqlNumber SetValue (SqlNumber value)
 

Properties

SequenceInfo SequenceInfo [get]
 Gets the configuration information of the sequence. More...
 
- 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

Represents a numberic sequence in a transaction.

Definition at line 25 of file ISequence.cs.

Member Function Documentation

SqlNumber Deveel.Data.Sql.Sequences.ISequence.GetCurrentValue ( )
SqlNumber Deveel.Data.Sql.Sequences.ISequence.NextValue ( )
SqlNumber Deveel.Data.Sql.Sequences.ISequence.SetValue ( SqlNumber  value)

Property Documentation

SequenceInfo Deveel.Data.Sql.Sequences.ISequence.SequenceInfo
get

Gets the configuration information of the sequence.

See also
SequenceInfo

Definition at line 30 of file ISequence.cs.


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