Skip to content
MasterDuke17 edited this page Sep 7, 2019 · 2 revisions
  • Methods that return another ResultSeq
    • map
    • grep
    • sort
    • pick
    • head(Int)
    • from
    • union
    • intersect
    • minus
  • Methods that return a ResultSeqSeq
    • batch
  • Methods that return a ResultAssociative
    • classify
  • That directly run SQL queries
    • create
    • delete
    • save
  • Other methods
    • head
    • elems
    • Bool