The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:UR class::singleton"

UR::Singleton - Abstract class for implementing singleton objects River stage one • 1 direct dependent • 1 total dependent

This class provides the infrastructure for singleton classes. Singletons are classes of which there can only be one instance, and that instance's ID is the class name. If a class inherits from UR::Singleton, it overrides the default implementation of...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

ur River stage one • 1 direct dependent • 1 total dependent

: Add a file-based data source (not yet implemented)...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

ur River stage one • 1 direct dependent • 1 total dependent

: Add an Oracle data source to the current namespace....

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

ur River stage one • 1 direct dependent • 1 total dependent

: Add a PostgreSQL data source to the current namespace....

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

ur River stage one • 1 direct dependent • 1 total dependent

: Add a MySQL data source to the current namespace....

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

ur River stage one • 1 direct dependent • 1 total dependent

: Add a SQLite data source to the current namespace....

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

UR - rich declarative transactional objects River stage one • 1 direct dependent • 1 total dependent

UR is a class framework and object/relational mapper for Perl. It starts with the familiar Perl meme of the blessed hash reference as the basis for object instances, and extends its capabilities with ORM (object-relational mapping) capabilities, obje...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

UR::Util - Collection of utility subroutines and methods River stage one • 1 direct dependent • 1 total dependent

This package contains subroutines and methods used by other parts of the infrastructure. These subs are not likely to be useful to outside code....

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

UR::Object::Type - a meta-class for any class or primitive type River stage one • 1 direct dependent • 1 total dependent

UR::Object::Type implements the class behind the central metadata in the UR class framework. It contains methods for introspection and manipulation of related class data. A UR::Object::Type object describes UR::Object, and also every subclass of UR::...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

UR::DataSource - manage the the relationship between objects and a specific storage system River stage one • 1 direct dependent • 1 total dependent

Data source instances represent a logical source of data to the application. Most of them are likely to be some kind of relational database, but not all are. UR::DataSource is an abstract base class inherited by other data sources. In normal use, you...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

UR::DataSource::File - Parent class for file-based data sources River stage one • 1 direct dependent • 1 total dependent

Classes which wish to retrieve their data from a regular file can use a UR::DataSource::File-based data source. The modules implementing these data sources live under the DataSource subdirectory of the application's Namespace, by convention. Besides ...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

UR::DataSource::SQLite - base class for datasources using the SQLite3 RDBMS River stage one • 1 direct dependent • 1 total dependent

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

UR::Manual::Tutorial - Step-by-step guide to building a set of classes for a simple database schema River stage one • 1 direct dependent • 1 total dependent

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC

UR::DataSource::FileMux - Parent class for datasources which can multiplex many files together River stage one • 1 direct dependent • 1 total dependent

UR::DataSource::FileMux provides a framework for file-based data sources where the data files are split up between one or more parameters of the class. For example, in the synopsis above, the data for the class is stored in several files in the direc...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC
14 results (0.044 seconds)