struct SQL_Select

Defined in:

sql/components/select.cr

Constant Summary

STAR = "*"
STATEMENT = "SELECT"

Constructors

Instance Method Summary

Instance methods inherited from struct SQL::Component

build(io : IO) : Nil build, initialize initialize

Constructor methods inherited from struct SQL::Component

new new

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def build(io : IO) : Nil #

[View source]
def write(field : String, *, quote : Bool = false, as alias_name : String | Nil = nil) : Nil #

[View source]