DBIx::QueryByName::FromXML - Import named queries from an xml text


DBIx-QueryByName documentation  | view source Contained in the DBIx-QueryByName distribution.

Index


NAME

Top

DBIx::QueryByName::FromXML - Import named queries from an xml text

DESCRIPTION

Top

DBIx::QueryByName::FromXML is a backend for the load() method from DBIx::QueryByName and is in charge of loading named queries from an xml file/string that describes each query.

DO NOT USE DIRECTLY!

XML SYNTAX

Top

See DBIx::QueryByName.

INTERFACE

Top

load($querypool,$sessionname,$xmlstring);

Fill this $querypool with all the queries described in $xmlstring. Those queries will only run over database connections opened with the credential associated with $sessionname.


DBIx-QueryByName documentation  | view source Contained in the DBIx-QueryByName distribution.