enum Nozzle::Database::Action
Defined in:
nozzle/database/action.crEnum Members
-
INSERT =
0
-
UPDATE =
1
-
DELETE =
2
Instance Method Summary
- #delete?
- #insert?
-
#to_s(io : IO) : Nil
Appends a
String
representation of this enum member to the given io. - #update?