module Bones
Defined in:
bones.crbones/aggregate_functions/aggregate_function.cr
bones/aggregate_functions/avg.cr
bones/aggregate_functions/count.cr
bones/aggregate_functions/sum.cr
bones/api/aggregate_functions.cr
bones/api/query_joins.cr
bones/api/sql.cr
bones/column.cr
bones/comparison_operators/base.cr
bones/comparison_operators/eq.cr
bones/comparison_operators/gt.cr
bones/comparison_operators/gt_eq.cr
bones/comparison_operators/is.cr
bones/comparison_operators/is_not.cr
bones/comparison_operators/lt.cr
bones/comparison_operators/lt_eq.cr
bones/comparison_operators/not_eq.cr
bones/comparison_operators/operator.cr
bones/comparison_operators/operator_methods.cr
bones/exceptions/column_not_equal_type_exception.cr
bones/exceptions/column_not_equal_value_type_esception.cr
bones/exceptions/group_by_missing_column_exception.cr
bones/group_by/group_by.cr
bones/group_by/group_by_column.cr
bones/having.cr
bones/joins/inner_join.cr
bones/joins/join.cr
bones/joins/left_join.cr
bones/joins/outer_join.cr
bones/joins/right_join.cr
bones/limit.cr
bones/logical_operators/and.cr
bones/logical_operators/base.cr
bones/logical_operators/logical_operator_methods.cr
bones/logical_operators/operator.cr
bones/logical_operators/or.cr
bones/offset.cr
bones/order_by/order_by.cr
bones/order_by/order_by_column.cr
bones/select/select.cr
bones/select/select_column.cr
bones/sorting_operators/asc.cr
bones/sorting_operators/desc.cr
bones/sorting_operators/operator.cr
bones/sorting_operators/sorting_operator_methods.cr
bones/table_def.cr
bones/version.cr
bones/where.cr
Constant Summary
-
VERSION =
"0.1.0"