5 namespace Deveel.Data.Sql.Statements {
8 if (sequenceName == null)
9 throw new ArgumentNullException(
"sequenceName");
11 SequenceName = sequenceName;
26 public bool Cycle {
get; set; }
29 throw new NotImplementedException();
33 throw new NotImplementedException();
CreateSequenceStatement(ObjectName sequenceName)
Describes the name of an object within a database.
Represents the foundation class of SQL statements to be executed.
An interface used to prepare a SqlExpression object.
object Prepare(IExpressionPreparer preparer)
Converts the underlying value of this instance into an object that can be evaluated by an expression...
IStatement Prepare(IRequest request)
Defines the base class for instances that represent SQL expression tree nodes.
A contract for objects that participate to a SqlExpression.Prepare phase of an expression evaluation...