The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

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

See DBIx::QueryByName.

INTERFACE

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.