Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.246.712 Times

Erwin Data Modeling Class freeware
Filter: All | Freeware | Demo
 

Erwin Data Modeling Class

1 2 3 4 5 > 
Added: March 21, 2010 | Visits: 1.133

Erwin Data Structures Erwin Data Structures is a library that is meant to be the ultimate data structure library for mixed usage of C and C++. Arbitrary key and value types are implemented by template files that dont use C++ templates, but are instantiated by a Perl script. This way, mixed usage in C and C++ is...



Platforms: *nix

License: Freeware Size: 686.08 KB Download (101): Erwin Data Structures Download

Released: December 02, 2009  |  Added: January 29, 2010 | Visits: 2.000

DB-MAIN DB-MAIN is a data-modeling and data-architecture tool. It is designed to help developers and analysts in most data engineering processes, including: - Design processes: requirement analysis, conceptual design, normalisation, schema integration, logical design, physical design, schema...





Platforms: Windows

License: Freeware Size: 46.46 MB Download (397): DB-MAIN Download

Added: May 24, 2010 | Visits: 948

DB_DataContainer DB_DataContainer is a PEAR compliant database persistence layer and data encapsulation class. A persistence layer can encapsulate the behaviour needed to make objects persistent like for exemple: to load, save and delete objects to and from persistent storage. Currently the only supported...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (99): DB_DataContainer Download

Released: March 04, 2008  |  Added: March 19, 2008 | Visits: 3.634

ModelRight community Do you need to design, visualize or document your database? ModelRight 3 can reverse engineer your existing database to get a graphical view of it, generate all the SQL statements to create the database, or synchronize your database model with the database to keep your design up to date. Do...


Platforms: Windows

License: Freeware Size: 26 MB Download (696): ModelRight community Download

Added: July 08, 2013 | Visits: 558

MySQL DB Class and Data Manipulation Class The base calls establishes MySQL database connections, sanitizes values used in SQL queries, executes SQL queries, retrieves SELECT query results into arrays and retrieves the last inserted identifier.There is also a sub-class that can retrieve the list of fields of a table, compose and execute...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): MySQL DB Class and Data Manipulation Class Download

Added: June 10, 2013 | Visits: 360

baaGrid baaGrid is a versatile data grid class that is meant to present database query results. Also produces cross-tabs (pivot tables).baaGrid supports displaying totals, subtotals, definining row and column styles and conditional cell highlighting. It supports querying databases like MySQL, PostgreSQL...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (44): baaGrid Download

Added: June 25, 2013 | Visits: 359

DatabaseAccess DatabaseAccess abstracts database queries (UPDATE, SELECT, INSERT, REPLACE, DELETE) by passing data to class methods, the query will be generated and run automatically.DatabaseAccess is meant to be used in conjunction with the ADOdb database library.


Platforms: PHP

License: Freeware Size: 10 KB Download (45): DatabaseAccess Download

Added: August 01, 2013 | Visits: 566

Power*Architect for Linux Data Architects, DBA's, Analysts and Designers rely on Data Modeling tools to facilitate and simplify their data Modeling efforts, while maximizing the use of their resources. The Power*Architect allows these busy highly technical resources to perform this most intricate part of their job in a...


Platforms: *nix

License: Freeware Size: 15.66 MB Download (35): Power*Architect for Linux Download

Added: February 08, 2010 | Visits: 1.052

DBIx::Class::LibXMLdoc DBIx::Class::LibXMLdoc is a Perl module to create an adjunct "Doc" accessor of a columns data which is automatically parsed into a LibXML documentElement (alpha-software). SYNOPSIS package My::DB::thingy; __PACKAGE__->load_components(qw/ PK::Auto LibXMLdoc Core /);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): DBIx::Class::LibXMLdoc Download

Added: January 05, 2010 | Visits: 1.101

Class::Accessor::Fast::Contained Class::Accessor::Fast::Contained is a Perl module for fast accessors with data containment. SYNOPSIS package Foo; use base qw(Class::Accessor::Fast::Contained); # The rest is the same as Class::Accessor::Fast This module does two things differently to the venerable Class::Accessor::Fast...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Class::Accessor::Fast::Contained Download

Added: January 14, 2010 | Visits: 943

Data::Startup SYNOPSIS ###### # Subroutine interface # use Data::Startup qw(config override); $options = override(%default_options, @option_list ); $options = override(%default_options, @option_list ); $options = override(%default_options, %option_list ); @options_list = config(%options ); ($key,...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (101): Data::Startup Download

Added: May 23, 2010 | Visits: 1.089

Class::Meta::Declare Class::Meta::Declare is a Perl module deprecated in favor of Class::Meta::Express. SYNOPSIS This was a first attempt at making a saner interface for Class::Meta. It is nicer, but Class::Meta::Express is nicer still. Go use that one. package MyApp::Thingy; use Class::Meta::Declare :all;...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Class::Meta::Declare Download

Added: March 19, 2013 | Visits: 533

PHP DataCache a1 phpDataCache is a PHP class library to provide an easy API for caching data as PHP variables. Supports multiple DAOs for deploying in a variety of situations.


Platforms: BSD Solaris

License: Freeware Download (52): PHP DataCache a1 Download

Added: February 26, 2010 | Visits: 1.176

PDF::Table PDF::Table is a utility class for building table layouts in a PDF::API2 object. SYNOPSIS use PDF::API2; use PDF::Table; my $pdftable = new PDF::Table; my $pdf = new PDF::API2(-file => "table_of_lorem.pdf"); my $page = $pdf->page; # some data to layout my $some_data =[ ["1 Lorem ipsum...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (120): PDF::Table Download

Added: May 13, 2010 | Visits: 763

phpArmory phpArmory is a PHP class library. It allows PHP software developers to easily access data from the World of Warcraft Armory Web site. phpArmory project is useful because the Armory Web site contains up-to-date and official details on characters, guilds, and items in World of Warcraft. Whats...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (96): phpArmory Download

Added: November 29, 2013 | Visits: 555

Class::STL::Containers for Linux Class::STL::Containers is a Perl modulethat provides a framework for rapid Object Oriented Perl application development. It consists of a number of base classes that are similar to the C++/STL framework, plus a number of helper classes which provide the glue to transparently generate common...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (33): Class::STL::Containers for Linux Download

Added: March 01, 2010 | Visits: 681

generateDS.py generateDS.py generates Python data structures (for example, class definitions) from an XML Schema document. These data structures represent the elements in an XML document described by the XML Schema. It also generates parsers that load an XML document into those data structures. In addition,...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): generateDS.py Download

Added: March 04, 2010 | Visits: 1.423

Remote MySQL Query Remote MySQL Query is a PHP class that can easily execute queries on a remote MySQL server using only HTTP. It works by accessing a PHP script on the remote web server that executes queries based on passed in URL parameters. The client passes a secret key to the remote script to prevent...


Platforms: *nix

License: Freeware Download (145): Remote MySQL Query Download

Added: June 11, 2013 | Visits: 366

DB Populator This class can be used to populate a MySQL database with random data. It can scan the list of tables and fields of a MySQL database and generate SQL INSERT statements that will fill the tables with records with random data.The class tries to populate each record field with values that seem...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): DB Populator Download

Added: January 13, 2010 | Visits: 1.150

DNS::Config DNS::Config is a Perl module with DNS Configuration. SYNOPSIS use DNS::Config; my $config = new DNS::Config(); $config->debug(); ABSTRACT This class represents a configuration for a domain name service daemon (DNS). A domain name service daemon configuration knows about the zone...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): DNS::Config Download

1 2 3 4 5 >