Erwan Lemonnier > DBIx-QueryByName > DBIx::QueryByName::FromXML

Download:
DBIx-QueryByName-0.18.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View/Report Bugs
Source  

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.

syntax highlighting: