Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-1703 CQL 1.0
  3. CASSANDRA-2277

parameter substitution for Java CQL driver

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 0.8 beta 1
    • Legacy/CQL

    Description

      The Java driver should support parameter substitution such that given a query string and a sequence of arguments, question marks ('?') in the query string will be substituted with the arguments.

      conn.execute("SELECT ?,? FROM Standard1 WHERE KEY = ?", 10, 20, "foo")
      

      Attachments

        Activity

          People

            gdusbabek Gary Dusbabek
            urandom Eric Evans
            Gary Dusbabek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: