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
module
SQL
Defined in:
sql.cr
sql/builder.cr
sql/component.cr
sql/errors.cr
Constant Summary
VERSION
=
"0.1.0"
Class Method Summary
.builder
: SQL::Builder
.union
(*builders) : SQL::Builder
.union_all
(*builders) : SQL::Builder
Class Method Detail
def self.
builder
:
SQL::Builder
#
[
View source
]
def self.
union
(*builders) :
SQL::Builder
#
[
View source
]
def self.
union_all
(*builders) :
SQL::Builder
#
[
View source
]