class CollectPointQuery
- CollectPointQuery
- CollectPoint::BaseQuery
- Reference
- Object
Defined in:
queries/collect_point_query.crInstance Method Summary
- #contient
- #coordinate_precision
- #country
- #county
- #created_at
- #id
- #image1
- #image2
- #image3
- #image4
- #image5
- #island
- #island_group
- #japanese_place_name
- #japanese_place_name_detail
- #location
- #maximum_depth
- #maximum_elevation
- #minimum_depth
- #minimum_elevation
- #municipality
- #note
- #state_provice
- #user_id
- #verbatim_locality
Instance methods inherited from class CollectPoint::BaseQuery
clone
clone,
contient(value)contient contient, coordinate_precision(value)
coordinate_precision coordinate_precision, country(value)
country country, county(value)
county county, created_at(value)
created_at created_at, find(id) : T find, full_join_collect_points_tour full_join_collect_points_tour, full_join_tours full_join_tours, id(value)
id id, image1(value)
image1 image1, image2(value)
image2 image2, image3(value)
image3 image3, image4(value)
image4 image4, image5(value)
image5 image5, inner_join_collect_points_tour inner_join_collect_points_tour, inner_join_tours inner_join_tours, island(value)
island island, island_group(value)
island_group island_group, japanese_place_name(value)
japanese_place_name japanese_place_name, japanese_place_name_detail(value)
japanese_place_name_detail japanese_place_name_detail, join_collect_points_tour join_collect_points_tour, join_tours join_tours, left_join_collect_points_tour left_join_collect_points_tour, left_join_tours left_join_tours, location(value)
location location, maximum_depth(value)
maximum_depth maximum_depth, maximum_elevation(value)
maximum_elevation maximum_elevation, minimum_depth(value)
minimum_depth minimum_depth, minimum_elevation(value)
minimum_elevation minimum_elevation, municipality(value)
municipality municipality, note(value)
note note, preload_collect_points_tour(preload_query : CollectPointsTour::BaseQuery) : self
preload_collect_points_tour : self
preload_collect_points_tour(&) : self preload_collect_points_tour, preload_tours(preload_query : Tour::BaseQuery, *, through : Avram::Queryable | Nil = nil) : self
preload_tours(*, through : Avram::Queryable | Nil = nil) : self
preload_tours(*, through : Avram::Queryable | Nil = nil, &) : self preload_tours, right_join_collect_points_tour right_join_collect_points_tour, right_join_tours right_join_tours, state_provice(value)
state_provice state_provice, update(id : UUID | Avram::Nothing = IGNORE, created_at : Time | Avram::Nothing = IGNORE, contient : String | Avram::Nothing = IGNORE, island_group : String | Avram::Nothing = IGNORE, island : String | Avram::Nothing = IGNORE, country : String | Avram::Nothing = IGNORE, state_provice : String | Avram::Nothing = IGNORE, county : String | Avram::Nothing = IGNORE, municipality : String | Avram::Nothing = IGNORE, verbatim_locality : String | Avram::Nothing = IGNORE, japanese_place_name : String | Avram::Nothing = IGNORE, japanese_place_name_detail : String | Avram::Nothing = IGNORE, coordinate_precision : Float64 | Avram::Nothing = IGNORE, location : PostGIS::Point2D | Avram::Nothing = IGNORE, minimum_elevation : Float64 | Avram::Nothing = IGNORE, maximum_elevation : Float64 | Avram::Nothing = IGNORE, minimum_depth : Float64 | Avram::Nothing = IGNORE, maximum_depth : Float64 | Avram::Nothing = IGNORE, note : String | Avram::Nothing = IGNORE, image1 : String | Avram::Nothing | Nil = IGNORE, image2 : String | Avram::Nothing | Nil = IGNORE, image3 : String | Avram::Nothing | Nil = IGNORE, image4 : String | Avram::Nothing | Nil = IGNORE, image5 : String | Avram::Nothing | Nil = IGNORE, user_id : Int32 | Avram::Nothing | Nil = IGNORE) : Int64 update, user_id(value)
user_id user_id, verbatim_locality(value)
verbatim_locality verbatim_locality, where_collect_points_tour(assoc_query : CollectPointsTour::BaseQuery, auto_inner_join : Bool = true) where_collect_points_tour, where_tours(assoc_query : Tour::BaseQuery, auto_inner_join : Bool = true) where_tours
Constructor methods inherited from class CollectPoint::BaseQuery
all : self
all
Class methods inherited from class CollectPoint::BaseQuery
any? : Bool
any?,
find(id) : T
find,
first : T
first,
first? : T | Nil
first?,
last : T
last,
last? : T | Nil
last?,
new_with_existing_query(query : Avram::QueryBuilder)
new_with_existing_query,
none? : Bool
none?,
preload_collect_points_tour(record : CollectPoint, force : Bool = false) : CollectPointpreload_collect_points_tour(record : CollectPoint, force : Bool = false, &) : CollectPoint
preload_collect_points_tour(record : CollectPoint, preload_query : CollectPointsTour::BaseQuery, force : Bool = false) : CollectPoint
preload_collect_points_tour(records : Enumerable(CollectPoint), force : Bool = false) : Array(CollectPoint)
preload_collect_points_tour(records : Enumerable(CollectPoint), force : Bool = false, &) : Array(CollectPoint)
preload_collect_points_tour(records : Enumerable(CollectPoint), preload_query : CollectPointsTour::BaseQuery, force : Bool = false) : Array(CollectPoint) preload_collect_points_tour, preload_tours(record : CollectPoint, force : Bool = false) : CollectPoint
preload_tours(record : CollectPoint, force : Bool = false, &) : CollectPoint
preload_tours(record : CollectPoint, preload_query : Tour::BaseQuery, force : Bool = false) : CollectPoint
preload_tours(records : Enumerable(CollectPoint), force : Bool = false) : Array(CollectPoint)
preload_tours(records : Enumerable(CollectPoint), force : Bool = false, &) : Array(CollectPoint)
preload_tours(records : Enumerable(CollectPoint), preload_query : Tour::BaseQuery, force : Bool = false) : Array(CollectPoint) preload_tours, truncate(*, cascade : Bool = false, restart_identity : Bool = false) truncate