软件包: libpgobject-perl (2.000002-1)
libpgobject-perl 的相关链接
Trisquel 的资源:
下载源码包 libpgobject-perl:
- [libpgobject-perl_2.000002-1.dsc]
- [libpgobject-perl_2.000002.orig.tar.gz]
- [libpgobject-perl_2.000002-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Robert James Clay
外部的资源:
- 主页 [metacpan.org]
相似软件包:
base class for PG Object subclasses
PGObject contains the base routines for object management using discoverable stored procedures in PostgreSQL databases. PGObject contains only common functionality and support structures, and low-level API's. Most developers will want to use more functional modules which add to these functions.
The overall approach here is to provide the basics for a toolkit that other modules can extend. This is thus intended to be a component for building integration between PostgreSQL user defined functions and Perl objects.
Because decisions such as state handling are largely outside of the scope of this module, this module itself does not do any significant state handling. Database handles (using DBD::Pg 2.0 or later) must be passed in on every call. This decision was made in order to allow for diversity in this area, with the idea that wrapper classes would be written to implement this.
其他与 libpgobject-perl 有关的软件包
|
|
|
-
- dep: libdbd-pg-perl
- Perl DBI driver for the PostgreSQL database server
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language