CQL Prepared Queries

49 views
Skip to first unread message

Alex Ivasyuv

unread,
Oct 30, 2013, 2:53:58 PM10/30/13
to hel...@googlegroups.com
Hi!

I wonder is helenus has something like prepared cql statements, like

var cql1 = db.cqlPrepare( 'UPDATE ....');
var cql2 = db.cqlPrepare( 'SET .... = ?, ', [10]);

db.cql(cql1, cql2, function() {});

that will execute like in "BATCH" ?

Thanks!

Russell Bradberry

unread,
Oct 30, 2013, 3:04:46 PM10/30/13
to hel...@googlegroups.com, Alex Ivasyuv
prepared queries are currently not supported, but are planned to be implemented.
--
You received this message because you are subscribed to the Google Groups "helenus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to helenus+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Alex Ivasyuv

unread,
Oct 30, 2013, 3:26:00 PM10/30/13
to hel...@googlegroups.com, Alex Ivasyuv

thanks for quick response!

Reply all
Reply to author
Forward
0 new messages