|
Documentation Home for Devicescape Wireless Infrastructure Platform > Package Reference
liblsqlquery package
Information on this package is covered here.
|
Package
|
Description
|
License
|
|
liblsqlquery
|
Library for creating LSQL queries
|
Devicescape Software, Inc.
|
Summary
This library provides an interface for querying the Device Management Agent's configuration and status data. This data is stored in XML format and LSQL queries are issued in XML. The results of such queries are themselves XML documents.
The liblsqlquery library provides functions to create LSQL queries and access their results. The liblsqlquery library, therefore, allows you to issue queries in LSQL, without having to be concerned with the underlying XML representation of the data and of the queries.
The liblsqlquery library allows you to access Device Management Agent configuration data. The library is used by the Command Line Interface and can be used by any other entity that needs to configure or query the Device Management Agent. See the Device Management Agent chapter of the Developer's Guide for more information on LSQL.
API Reference Library
The liblsqlquery package provides functions for constructing LSQL queries that can be sent to the Device Management Agent (device-mgmt-agent package), and for extracting data from the responses. These functions allow C programs to use LSQL without the developer needing to know or use the LSQL syntax or XML.
For information on using the liblsqlquery function library, please see the liblsqlquery API reference (http://www.devicescape.com/docs/wip/apis/liblsqlquery/index.html on Devicescape Web Docs).
Building the Package
Follow standard instructions for building userspace packages in the Devicescape Developer Guide topic on "Building the Packages", see subtopic: "Building a Userspace Package from a Source RPM"
Licensing
Devicescape Software, Inc.
Related Packages
Required
libxml2
|