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 49.484.687 Times

Basset::DB::Table 1.04

  Date Added: February 19, 2010  |  Visits: 1.096

Basset::DB::Table

Report Broken Link
Printer Friendly Version


Product Homepage
Download (92 downloads)



Basset::DB::Table is used to define database tables, ways to load that data into memory and build queries based upon the table information. SYNOPSIS For example, my $table = Basset::DB::Table->new( name => user, primary_column => id, autogenerated => 1, definition => { id => SQL_INTEGER, username => SQL_VARCHAR, password => SQL_VARCHAR, name => SQL_VARCHAR } ); print $table->insert_query, "n"; print $table->update_query, "n"; print $table->delete_query, "n"; Basset::DB::Table provides an abstract and consistent location for defining database tables, building queries based upon them, and so on. It is rarely (if ever) used directly in code, but is used extensively in packages which subclass from Basset::Object::Persistent. Any queries returned by the query methods are simply strings that must be prepared by DBI in order bo be used..

Requirements: No special requirements
Platforms: Linux
Keyword: Bassetdbtable Database Database Tables Db Libraries Load Programming Query Sql Tables Used Used To Varchar Ways
Users rating: 0/10

License: Freeware Size: 143.36 KB
USER REVIEWS
More Reviews or Write Review


BASSET::DB::TABLE RELATED
Database Tools  -  Database Functions 1.0
Database Functions is a PHP class that can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated queries and...
 
Modules  -  Prefix for Database Tables 1.0
The object is simple: stick a small common prefix in front of each database table in the catalog, so that you can easily tell one catalog from another within the same database.I've done this by:1. Adding a variable - DB_TABLE_PREFIX - to the...
 
Database Tools  -  CRDB 1.0
Several classes provide access to MySQL database tables in order to create, read, update and delete database table rows as if they were objects.
10 KB  
Database Tools  -  Search Query Generator for MySQL Database 1.0
Search Query Generator for MySQL Database is a very simple class that can be used to build a SQL WHERE clause for performing a query that search for given field values.Search Query Generator for MySQL Database takes as parameter an associative...
10 KB  
Database Tools  -  QL fast query 1.0
SQL fast query can be used to execute MySQL database queries composed programatically.It provides functions to compose SELECT, INSERT, UPDATE and DELETE queries, as well to associate query condition clauses, define the query tables, fields and...
10 KB  
Programming  -  JSqlTool 1.1
JSqlTool is a swing based application used to view/edit database tables content and to execute sql scripts, by connecting to a database using JDBC/ODBC. It'a a multilanguage application, tested on Oracle, SQLServer, MySQL, DB2 and many other...
3.32 MB  
Database Tools  -  PHP Database Access Through Arrays 0.7.0
PHP Database Access Through Arrays project can be used to access data stored in MySQL tables like accessing arrays. It uses SPL to implement several classes and iterators interfaces to access MySQL databases. Examples: $DB[test_table][] =...
 
Libraries  -  Large Database Backup 1.0
Large Database Backup is a PHP class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table...
 
Modules  -  DB Toolkit 0.2.2.1
Adds interfaces to database tables on pages, posts, dashboard and custom menu groups within admin, to manage data. Build custom databased application for managing data from simple data entries to more complex linking tables.I'm running a tutorial...
2.33 MB  
Database Tools  -  SQLDiff 2.2
SQLDiff is a Web application that shows the difference between two SQL database tables. It makes use of PEAR::DB for its database access and this means that most common databases should work. This application has been tested with Mysql, Postgres...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB