README
Enumerable
Onyx
SQL
BulkQuery
Type
Converters
PG
Any
Enum
JSON
JSONB
UUID
SQLite3
Any
EnumInt
EnumText
JSON
UUIDBlob
UUIDText
Field
Model
Changeset
NoChanges
ClassQueryShortcuts
Mappable
Options
Query
JoinType
Order
Type
Reference
Repository
Logger
Dummy
IO
Standard
Serializable
enum
Onyx::SQL::Query::Type
Overview
The query type.
Defined in:
onyx-sql/query.cr
Enum Members
Insert
=
0
Select
=
1
Update
=
2
Delete
=
3
Instance Method Summary
#delete?
#insert?
#select?
#update?
Instance Method Detail
def
delete?
#
[
View source
]
def
insert?
#
[
View source
]
def
select?
#
[
View source
]
def
update?
#
[
View source
]