Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Net::MarkLogic::XDBC 0.11

    Download button

    No screenshots available
    Downloads: 730  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tony Stubblebine | More programs
    Perl Artistic License / FREE
    June 23rd, 2007, 15:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Net::MarkLogic::XDBC description

    A Perl module with XDBC connectivity for MarkLogic CIS servers.

    Net::MarkLogic::XDBC is a Perl module with XDBC connectivity for MarkLogic CIS servers.

    SYNOPSIS

    use Net::MarkLogic::XDBC

    $xdbc = Net::MarkLogic::XDBC->new( "user:pass@localhost:9000" );

    $xdbc = Net::MarkLogic::XDBC->new(host => $host,
    port => $port,
    username => $user,
    password => $pass, );

    $result = $agent->query($xquery);

    print $result->content;

    @items = $result->items;
    print $item->content;


    METHODS

    new()

    $xdbc = Net::MarkLogic::XDBC->new( "user:pass@localhost:9000" );

    $xdbc = Net::MarkLogic::XDBC->new( host => $hostname,
    port => $port,
    username => $user,
    password => $pass, );

    Connect using a connection string or named host, port, username, and password parameters.

    query()

    $result = $xdbc->query($xquery);

    Execute XQUERY code on XDBC server.

    query_from_template()
    $result = $xdbc->query_from_template($template, $args);


    Generate XQUERY code from a template toolkit template and arguments, then execute on XDBC server.

    This might be overkill, but it's definitely a feature you're not going to find in the Java API.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    XDBC connectivity | MarkLogic CIS servers | Perl module | Net | XDBC | connectivity

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM