NAME

Net::FileMaker::XML::Database

VERSION

Version 0.05

SYNOPSIS

This module handles all the tasks with XML data.

use Net::FileMaker::XML;
my $fm = Net::FileMaker::XML->new();
my $db = $fm->database(db => $db, user => $user, pass => $pass);

my $layouts = $db->layoutnames;

METHODS

layoutnames

Returns an arrayref containing layouts accessible for the respective database.

scriptnames

Returns an arrayref containing scripts accessible for the respective database.

findall($layout, { options })

Returns all rows on a specific database and layout.

total_rows($database, $layout)

Returns a scalar with the total rows for a given database and layout.