Marten::DB::Management::Statement
Represents an SQL statement holding the detail of the tables and associated columns.
This abstraction is mainly used in the context of the schema editor, where deferred statements need to be temporarily stored in order to be executed later on. In those situations, statements need to provide the ability to be mutated to apply possible schema changes to them.
Constructors
Instance methods
params
Sourcetemplate
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.