EnglishFrenchSpanish

OnWorks favicon

stag-selectall_xmlp - Online in the Cloud

Run stag-selectall_xmlp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command stag-selectall_xmlp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


stag-selectall_xml - Query all elements from database with an XML output

SYNOPSIS


stag-selectall_xml [-d <dbi>] [-f file of sql] [-nesting|n <nesting>] SQL

DESCRIPTION


This script will query a database using either SQL provided by the script user, or using
an SQL templates; the query results will be turned into XML using the DBIx::DBStag module.
The nesting of the XML can be controlled by the DBStag SQL extension "USE NESTING..."

EXAMPLES
stag-selectall_xml -d "dbi:Pg:dbname=mydb;host=localhost"\
"SELECT * FROM a NATURAL JOIN b"

TEMPLATES
A parameterized SQL template (canned query) can be used instead of specifying the full SQL

For example:

stag-selectall_xml -d genedb /genedb-gene gene_symbol=Adh

Or:

stag-selectall_xml -d genedb /genedb-gene Adh

Or:

stag-selectall_xml -d genedb /genedb-gene gene_symbol@=Adh,dpp,bam,indy

A template is indicated by the syntactic shorthand of using a slash to precede the
template name; in this case the template is called genedb-gene. the -t option can also be
used.

All the remaining arguments are passed in as SQL template parameters. They can be passed
in as either name=value pairs, or as a simple list of arguments which get passed into the
template in order

To use templates, you should have the environment variable DBSTAG_TEMPLATE_DIRS set. See
DBIx::DBStag for details.

LISTING AVAILABLE TEMPLATES FOR A DB
stag-selectall_xml -d mydb -h

LISTING VARIABLES FOR A TEMPLATE
stag-selectall_xml /genedb-gene -h

ENVIRONMENT VARIABLES


DBSTAG_DBIMAP_FILE
A file containing configuration details for local databases

DBSTAG_TEMPLATE_DIRS
list of directories (separated by :s) to be searched when templates are requested

COMMAND LINE ARGUMENTS


-h|help
shows this page if no other arguments are given

if a template is specified, gives template details

if a db is specified, lists templates for that db

use in conjunction with -v for full descriptions

-d|dbname DBNAME
this is either a full DBI locator string (eg dbi:Pg:dbname=mydb;host=localhost) or it
can also be a shortened "nickname", which is then looked up in the file pointed at by
the environment variable DBSTAG_DBIMAP_FILE

-u|user USER
database user identity

-p|password PASS
database password

-f|file SQLFILE
this is a path to a file containing SQL that will be executed, as an alternative to
writing the SQL on the command line

-n|nesting NESTING-EXPRESSIONS
a bracketed expression indicating how to the resulting objects/XML should be nested.
See DBIx::DBStag for details.

-t|template TEMPLATE-NAME
the name of a template; see above

-wh|where WHERE-CLAUSE
used to override the WHERE clause of the query; useful for combining with templates

You can append to an existing where clause by using the prefix +

-s|select SELECT-COLS
used to override the SELECT clause of the query; useful for combining with templates

-rows
sometimes it is preferable to return the results as a table rather than xml or a
similar nested structure. specifying -rows will fetch a table, one line per row, and
columns separated by tabs

-pre SQL
a piece of SQL is that is executed immediately before the main query; e.g.:

-pre "SET search_path=myschema,public"

-o|out FILE
a file to output the results to

-w|writer WRITER
writer class; can be any perl class, or one of these

xml [default]
sxpr
lisp S-Expressions

itext
indented text

-color
shows results in color (sxpr and itext only)

-show
will show the parse of the SQL statement

Use stag-selectall_xmlp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • 2
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 3
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 4
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 5
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 6
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • More »

Linux commands

Ad