Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7939343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:04:20+00:00 2026-06-03T23:04:20+00:00

The code snippet shown below is supposed to be used to retrieve some data

  • 0

The code snippet shown below is supposed to be used to retrieve some data from database.

import anorm._

object Instruction {

 def findAll(date:String):List[RealTimeInstruction]={

    query = SQL("""
                select * from instructions where date > {dd}
                """).on("dd"->date)
 }

}

Then I would like to use pattern matching to execute the query and process the results.
However, when I attemp to use query.map(...) I get the following:

value map is not a member of anorm SimpleSql.

How can I do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T23:04:22+00:00Added an answer on June 3, 2026 at 11:04 pm

    You need to create a ResultSetParser to parse the result set into somehting you can pattern match on. perhaps something like

    val rowParser : RowParser[String~Date] = get[String]("instructions.name")~get[Date]("instructions.date")
    val resultSetParser = rowParser *
    (query as resultSetParser) map { case name~date => ... }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got code snippet from this site, which I used as shown below $data
I have created a tab-pane using HAML as shown in my code snippet below
Shown below is a snippet of code where I try and reference my ApplicationProperties
This code snippet is from C# in Depth static bool AreReferencesEqual<T>(T first, T second)
Which code snippet will give better performance? The below code segments were written in
I have the following code snippet where some strings are initialized in the if
I created the ItemGroup shown in the code snippet. I need to iterate through
I am trying to loop through the below shown JS object with the following
I'm having a (probably super simple) issue. The code below is supposed to _POST
Below is the code snippet I am using to set up my UISegment Control

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.