class

Marten::DB::Management::Statement::Table

Inherits Marten::DB::Management::Statement::Reference / Reference / Object

Constructors

new(quote_proc : Proc(String, String), name : String)
Source

Instance methods

name
Source
references_table?(name : String | Nil)
Source
rename_table(old_name : String, new_name : String)
Source
to_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.

Source