Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sql
main
SQL
Builder
Component
Error
InvalidStatementError
SQL_From
SQL_Select
SQL_With
Generated using Crystal 1.14.0
2024-11-26 08:25:53 UTC
struct
SQL_From
SQL_From
SQL::Component
Struct
Value
Object
Defined in:
sql/components/from.cr
Constant Summary
STATEMENT
=
"FROM"
Constructors
.new
Instance Method Summary
#build
(io : IO) : Nil
#write
(name : String, *, as alias_name : String | Nil =
nil
) : Nil
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
(name : String, *, as alias_name : String | Nil =
nil
) : Nil
#
[
View source
]