Opasnet Base UI: Difference between revisions

From Opasnet
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
This special page implements user interface to fetch data from the Opasnet Base -database.
This special page implements user interface to fetch data from the Opasnet Base -database.


== Queries ==
This chapter describes the queries that Base UI executes.
=== Basic object data ===
{{{
SELECT * FROM obj WHERE ident="<object identifier>";
}}}
[[category:extension]]
[[category:extension]]

Revision as of 11:46, 1 March 2010

This special page implements user interface to fetch data from the Opasnet Base -database.

Queries

This chapter describes the queries that Base UI executes.

Basic object data

{{{ SELECT * FROM obj WHERE ident="<object identifier>"; }}}