CPAN
Home  Documentation  Recent  Preferences  Modules  Distributions    Authors   
Find    in      

Distributions     > >     U     > >     UR
Distribution UR [Download]
Author SAKOHT [ Scott Smith ]
Version 0.9
Abstract rich declarative non-hierarchical transactional objects
Released 20 June 2009
Size 1.1 MB
MD5 Checksum 16a58465e0285c608d2b29819f5d6163
Additional Files README   |   META   |   Changes   |   INSTALL   |   Makefile.PL   |  
Links search.cpan.org   |   CPAN::Forum  |   AnnoCPAN  |   rt.cpan.org  |   Rating  | CPANTS  | CPAN testers | Dependencies | Testers matrix

Modules

above  [source]
Command  [source] Base class for modules implementing the Command Pattern
UR  [source]   [v 0.9] rich declarative non-hierarchical transactional objects
UR::BoolExpr  [source] a "where clause" for objects
UR::BoolExpr::Normalizer [source]
UR::BoolExpr::Template  [source] an UR::BoolExpr minus specific values
UR::BoolExpr::Template::And
UR::BoolExpr::Template::Composite
UR::BoolExpr::Template::Or
UR::BoolExpr::Template::PropertyComparison  [source] implements logic for rules with a logic_type of "PropertyComparison"
UR::BoolExpr::Template::PropertyComparison::Between  [source] Perform a 'between' test
UR::BoolExpr::Template::PropertyComparison::Equals  [source] Perform a strictly equals test
UR::BoolExpr::Template::PropertyComparison::GreaterOrEqual  [source] Perform a greater than or equal test
UR::BoolExpr::Template::PropertyComparison::GreaterThan  [source] Perform a greater than test
UR::BoolExpr::Template::PropertyComparison::In  [source] Perform an In test
UR::BoolExpr::Template::PropertyComparison::LessOrEqual  [source] Perform a less than or equal test
UR::BoolExpr::Template::PropertyComparison::LessThan  [source] Perform a less than test
UR::BoolExpr::Template::PropertyComparison::Like  [source] Perform an SQL-ish like test
UR::BoolExpr::Template::PropertyComparison::Matches  [source] Perform a Perl regular expression match
UR::BoolExpr::Template::PropertyComparison::NotEqual  [source] Perform a not-equal test
UR::BoolExpr::Template::PropertyComparison::NotIn  [source] Perform a negated In comparison
UR::BoolExpr::Template::PropertyComparison::NotLike  [source] Perform a negated SQL-ish like test
UR::BoolExpr::Util  [source] Non-OO module to collect utility functions used by the BoolExpr modules
UR::Change [source]
UR::Context  [source] Manage the current state of the application
UR::Context::DefaultRoot  [source] The base context used when no special base context is specified
UR::Context::Process  [source] Impliments a generic interface to the current application.
UR::Context::Root [source]
UR::Context::Transaction  [source] API for software transactions
UR::DataSource  [source] A logical source of data, such as a database.
UR::DataSource::Code [source]
UR::DataSource::CSV  [source] Parent class for data sources using DBD::CSV
UR::DataSource::File  [source] Parent class for file-based data sources
UR::DataSource::FileMux  [source] Parent class for datasources which can multiplex many files together
UR::DataSource::Meta  [source] Data source for the MetaDB
UR::DataSource::MySQL  [source] MySQL specific subclass of UR::DataSource::RDBMS
UR::DataSource::Oracle  [source] Oracle specific subclass of UR::DataSource::RDBMS
UR::DataSource::Pg  [source] PostgreSQL specific subclass of UR::DataSource::RDBMS
UR::DataSource::RDBMS  [source] Abstract base class for RDBMS-type data sources
UR::DataSource::RDBMS::BitmapIndex  [source] Metadata about a data source's bitmap indexes
UR::DataSource::RDBMS::Entity
UR::DataSource::RDBMS::FkConstraint  [source] Metadata about a data source's foreign keys
UR::DataSource::RDBMS::FkConstraintColumn  [source] Metadata about a data source's foreign keys
UR::DataSource::RDBMS::PkConstraintColumn  [source] Metadata about a data source's primary keys
UR::DataSource::RDBMS::Table
UR::DataSource::RDBMS::Table::Viewer::Default::Text  [source] Viewer class for RDBMS table objects
UR::DataSource::RDBMS::TableColumn  [source] Metadata about a data source's table's columns
UR::DataSource::RDBMS::TableColumn::Viewer::Default::Text  [source] Viewer class for RDBMS column objects
UR::DataSource::RDBMS::UniqueConstraintColumn  [source] Metadata about a data source's unique constraints
UR::DataSource::RemoteCache [source]
UR::DataSource::SQLite  [source] base class for datasources using the SQLite3 RDBMS
UR::DataSource::ValueDomain [source]
UR::DBI  [source] methods for interacting with a database.
UR::DBIx::ContextualFetch  [v 1.03]
UR::Debug  [source] Controls for debugging behavior
UR::DeletedRef  [source] Represents an instance of a no-longer-existent object
UR::Env::UR_CONTEXT_BASE [source]
UR::Env::UR_CONTEXT_CACHE_SIZE_HIGHWATER [source]
UR::Env::UR_CONTEXT_CACHE_SIZE_LOWWATER [source]
UR::Env::UR_CONTEXT_ROOT [source]
UR::Env::UR_DBI_DUMP_STACK_ON_CONNECT [source]
UR::Env::UR_DBI_EXPLAIN_SQL_CALLSTACK [source]
UR::Env::UR_DBI_EXPLAIN_SQL_IF [source]
UR::Env::UR_DBI_EXPLAIN_SQL_MATCH [source]
UR::Env::UR_DBI_EXPLAIN_SQL_SLOW [source]
UR::Env::UR_DBI_MONITOR_DML [source]
UR::Env::UR_DBI_MONITOR_EVERY_FETCH [source]
UR::Env::UR_DBI_MONITOR_SQL [source]
UR::Env::UR_DBI_NO_COMMIT [source]
UR::Env::UR_DEBUG_OBJECT_RELEASE [source]
UR::Env::UR_IGNORE [source]
UR::Env::UR_MOOSE [source]
UR::Env::UR_STACK_DUMP_ON_DIE [source]
UR::Env::UR_STACK_DUMP_ON_WARN [source]
UR::Env::UR_TEST_FILLDB [source]
UR::Env::UR_TEST_QUIET [source]
UR::Env::UR_USED_MODS [source]
UR::Env::UR_USE_DUMMY_AUTOGENERATED_IDS [source]
UR::Exit  [source] methods to allow clean application exits.
UR::ModuleBase  [source] Error, status, and warning messaging for derived packages
UR::ModuleConfig  [source] manage dynamic configuration of modules.
UR::ModuleLoader  [source] UR hooks into Class::Autouse
UR::Moose [source]
UR::Namespace  [source] Manage collections of packages and classes
UR::Namespace::Command  [source] Top-level Command module for the UR namespace commands
UR::Namespace::Command::Browser [source]
UR::Namespace::Command::Commit [source]
UR::Namespace::Command::Define [source]
UR::Namespace::Command::Define::Class [source]
UR::Namespace::Command::Define::Datasource [source]
UR::Namespace::Command::Define::Datasource::File [source]
UR::Namespace::Command::Define::Datasource::Mysql [source]
UR::Namespace::Command::Define::Datasource::Oracle [source]
UR::Namespace::Command::Define::Datasource::Pg [source]
UR::Namespace::Command::Define::Datasource::Rdbms [source]
UR::Namespace::Command::Define::Datasource::RdbmsWithAuth [source]
UR::Namespace::Command::Define::Datasource::Sqlite [source]
UR::Namespace::Command::Define::Namespace [source]
UR::Namespace::Command::Describe [source]
UR::Namespace::Command::Diff [source]
UR::Namespace::Command::Diff::Rewrite [source]
UR::Namespace::Command::Diff::Update [source]
UR::Namespace::Command::Info [source]
UR::Namespace::Command::List [source]
UR::Namespace::Command::List::Classes [source]
UR::Namespace::Command::List::Modules [source]
UR::Namespace::Command::List::Objects [source]
UR::Namespace::Command::Redescribe [source]
UR::Namespace::Command::Rename [source]
UR::Namespace::Command::Rename::Class [source]
UR::Namespace::Command::Rewrite [source]
UR::Namespace::Command::RunsOnModulesInTree [source]
UR::Namespace::Command::Test [source]
UR::Namespace::Command::Test::Callcount  [source]
UR::Namespace::Command::Test::Callcount::List [source]
UR::Namespace::Command::Test::Compile [source]
UR::Namespace::Command::Test::Eval [source]
UR::Namespace::Command::Test::Run  [source]
UR::Namespace::Command::Test::TrackObjectRelease [source]
UR::Namespace::Command::Test::Use [source]
UR::Namespace::Command::Test::Window [source]
UR::Namespace::Command::Update [source]
UR::Namespace::Command::Update::ClassDiagram [source]
UR::Namespace::Command::Update::Classes [source]
UR::Namespace::Command::Update::DbicClasses [source]
UR::Namespace::Command::Update::SchemaDiagram [source]
UR::Namespace::Viewer::SchemaBrowser::CgiApp  [source] Viewer class for metadata via the browser namespace command
UR::Namespace::Viewer::SchemaBrowser::CgiApp::Base [source]
UR::Namespace::Viewer::SchemaBrowser::CgiApp::Class [source]
UR::Namespace::Viewer::SchemaBrowser::CgiApp::File [source]
UR::Namespace::Viewer::SchemaBrowser::CgiApp::Index [source]
UR::Namespace::Viewer::SchemaBrowser::CgiApp::Schema [source]
UR::Object  [source] transactional, queryable, process-independent entities
UR::Object::Accessorized [source]
UR::Object::Command::FetchAndDo  [source] Base class for fetching objects and then performing a function on/with them.
UR::Object::Command::List  [source] Fetches and lists objects in different styles.
UR::Object::Ghost  [source] Abstract class for representing deleted objects not yet committed
UR::Object::Index  [source] Indexing system for retrieving objects by non-id properties
UR::Object::Inheritance [source]
UR::Object::Inheritance::Viewer::Default::Umlet  [source] Viewer class for inheritance objects in an Umlet diagram
UR::Object::Iterator  [source] API for iterating through objects matching a rule
UR::Object::Property  [source] Class representing metadata about a class property
UR::Object::Property::Compressable [source]
UR::Object::Property::ID [source]
UR::Object::Property::Unique [source]
UR::Object::Property::Viewer::Default::Text  [source] Viewer class for UR::Object::Property
UR::Object::Property::Viewer::DescriptionLineItem::Text  [source] Viewer class for UR::Object::Property
UR::Object::Reference  [source] Metadata about one class referring to another
UR::Object::Reference::Property  [source] Metadata about the properties that link one class to another
UR::Object::Reference::Viewer::Default::Umlet  [source] Viewer class for References in an Umlet diagram
UR::Object::Reference::Viewer::DescriptionLineItem::Text  [source] Viewer class for Reference objects
UR::Object::Set [source]
UR::Object::Tag  [source] Transitory attribute tags for a UR::Object at a given time.
UR::Object::Type  [source] Class representing metadata about other classes
UR::Object::Type::AccessorWriter  [source] Helper module for UR::Object::Type responsible for creating accessors for properties
UR::Object::Type::AccessorWriter::Sum  [source] Implements a calculation accessor which sums the values of its properties
UR::Object::Type::DBICModuleWriter [source]
UR::Object::Type::Initializer  [source]   [v 2] Class definition syntax
UR::Object::Type::ModuleWriter  [source] Helper module for UR::Object::Type responsible for writing Perl modules
UR::Object::Type::Viewer::Default::Text  [source] Viewer class for class metaobjects
UR::Object::Type::Viewer::Default::Umlet  [source] Viewer class for class metaobjects
UR::Object::Umlet  [source] Base class for entities diagrammed by Umlet
UR::Object::Umlet::Class [source]
UR::Object::Umlet::Diagram [source]
UR::Object::Umlet::Other [source]
UR::Object::Umlet::PictureElement [source]
UR::Object::Umlet::Relation [source]
UR::Object::UserOperation
UR::Object::Viewer  [source] a base class for viewer/editors of UR::Object
UR::Object::Viewer::Aspect  [source] a base class for a viewer which renders a particular aspect of its subject
UR::Object::Viewer::Default::Gtk  [source] Gtk adaptor for object viewers
UR::Object::Viewer::Default::Gtk2  [source] Gtk2 adaptor for object viewers
UR::Object::Viewer::Default::Text  [source] Text adaptor for object viewers
UR::Object::Viewer::Toolkit  [source]
UR::Object::Viewer::Toolkit::Gtk  [source] Declaration of Gtk as a Viewer toolkit type
UR::Object::Viewer::Toolkit::Gtk2  [source] Declaration of Gtk2 as a Viewer toolkit type
UR::Object::Viewer::Toolkit::Text  [source] Declaration of Text as a Viewer toolkit type
UR::Object::Viewer::Toolkit::Umlet  [source] Declaration of Umlet as a Viewer toolkit type
UR::Observer  [source] bind callbacks to object changes
UR::Report  [source] a database report interface
UR::Service::DataSourceProxy [source]
UR::Service::JsonRpcServer  [source] A self-contained JSON-RPC server for UR namespaces
UR::Service::RPC::Executer  [source] Base class for modules implementing RPC executers
UR::Service::RPC::Message  [source] Serializable object appropriate for sending RPC messages
UR::Service::RPC::Server  [source] Class for implementing RPC servers
UR::Service::RPC::TcpConnectionListener [source]
UR::Singleton  [source] Abstract class for implementing singleton objects
UR::Test [source]
UR::Time  [source] a few useful time-related functions.
UR::Util  [source] Collection of utility subroutines and methods
UR::Value [source]
UR::Value::ARRAY [source]
UR::Value::Blob [source]
UR::Value::CSV [source]
UR::Value::DateTime [source]
UR::Value::Decimal [source]
UR::Value::DirectoryPath [source]
UR::Value::FilePath [source]
UR::Value::FilesystemPath [source]
UR::Value::FOF [source]
UR::Value::HASH [source]
UR::Value::Integer [source]
UR::Value::Iterator [source]
UR::Value::Number [source]
UR::Value::PerlReference [source]
UR::Value::SCALAR [source]
UR::Value::Set [source]
UR::Value::Text [source]
UR::Value::URL [source]
UR::Vocabulary [source]

Categories

Development Support    >>     UR
Networking Devices IPC    >>     UR
Data Type Utilities    >>     UR
Data Type Utilities    >>     Command
Database Interfaces    >>     UR
User Interfaces    >>     UR
String Lang Text Proc    >>     UR

Win32 PPM packages for "UR"

No results found [ppm-request]

Problems, suggestions, or comments to Randy Kobes. Questions? Check the FAQ.
Enable installations using PAR::WebStart.