DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Represents a numberic sequence in a transaction. More...
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... | |
Represents a numberic sequence in a transaction.
Definition at line 25 of file ISequence.cs.
SqlNumber Deveel.Data.Sql.Sequences.ISequence.GetCurrentValue | ( | ) |
Implemented in Deveel.Data.Sql.Sequences.SequenceManager.Sequence.
SqlNumber Deveel.Data.Sql.Sequences.ISequence.NextValue | ( | ) |
Implemented in Deveel.Data.Sql.Sequences.SequenceManager.Sequence.
Implemented in Deveel.Data.Sql.Sequences.SequenceManager.Sequence.
|
get |
Gets the configuration information of the sequence.
Definition at line 30 of file ISequence.cs.