Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
atlas
master
Atlas
Adapter
Postgres
Query
Relation
Methods
RelationshipInfo
Relationship
Generated using Crystal 1.14.0
2024-11-26 08:03:24 UTC
class
Atlas::
Query
Atlas::Query
Reference
Object
Defined in:
atlas/query.cr
Constructors
.new
(table : String, columns : Array(String))
Class Method Summary
.from
(klass)
Instance Method Summary
#columns
: Array(String)
#table
: String
#to_q
Constructor Detail
def self.
new
(table : String, columns : Array(String))
#
[
View source
]
Class Method Detail
def self.
from
(klass)
#
[
View source
]
Instance Method Detail
def
columns
: Array(String)
#
[
View source
]
def
table
: String
#
[
View source
]
def
to_q
#
[
View source
]