class

Parsegres::AST::CreateSequenceStatement

Inherits Parsegres::AST::DDLStatement < Parsegres::AST::Statement < Parsegres::AST::Node < Parsegres::Inspectable < Reference < Object

Constructors

new(name : String)
Source

Instance methods

if_not_exists=(if_not_exists : Bool)
Source
if_not_exists?
Source
name
Source
name=(name : String)
Source
options
Source
options=(options : SequenceOptions)
Source
schema
Source
schema=(schema : String | Nil)
Source
temporary=(temporary : Bool)
Source
temporary?
Source