Please activate JavaScript!
Please install Adobe Flash Player, click here for download

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 12 Bind parameters  Queries can be parametrized using bind parameters  This allows separation of query text and actual query values  Any literal values, including lists and documents can be bound  Collection names can also be bound  Bind parameters can be accessed in the query using the @ prefix  Example: @age u.name == @name u.state IN @states