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.479.593 Times

Clause freeware
Filter: All | Freeware | Demo
 

Clause

1 2 3 > 
Added: May 10, 2013 | Visits: 574

SQL-like ORDER BY function for lists This script contains a function that allows you to easily sort a list by multiple columns in ascending and descending order similar in function to the ORDER BY clause in SQL. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): SQL-like ORDER BY function for lists Download

Added: May 10, 2013 | Visits: 390

Simple exception logging If you want to log exceptions, this script offers you a simple way to do so without having to explicitly repetitiously call the logger in each try-except clause. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Simple exception logging Download

Added: August 09, 2013 | Visits: 437

sendTxt.exe There's nothing worse that setting up an hour or two of number-crunching, heading out for a long lunch, and coming back to find that your script crashed a few minutes after you left.Wouldn't it be great if you could get MATLAB to send a text message to your phone letting you know there was an... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): sendTxt.exe Download

Added: August 15, 2013 | Visits: 581

Select Options A MySQL query runned by this script , and it generates HTML for a form selected input options from the query results.The user can configure the MySQL database table, fields, conditions and order clause of the query to be solved. Platforms: PHP

License: Freeware Size: 10 KB Download (44): Select Options Download

Added: July 23, 2013 | Visits: 512

Query Limit Query Limit takes as parameters an array with values of the total number of rows in the result set, the number of rows to display per page and the current page to be displayed.A string with the SQL LIMIT clause, which should be used to specify the range of rows, that are to be retrieved, is... Platforms: PHP

License: Freeware Size: 10 KB Download (41): Query Limit Download

Added: April 15, 2013 | Visits: 454

MYDB Class A connection to a MySQL database is opened and several types of SQL queries are built and executed.Key Features of MYDB Class:- SELECT queries given the table, list of fields and an optional condition clause- INSERT or UPDATE queries given the table, list of fields and values and an optional... Platforms: PHP

License: Freeware Size: 10 KB Download (41): MYDB Class Download

Added: April 20, 2013 | Visits: 612

Search Query Generator for MySQL Database 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 array with the field names as indexes and the field... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Search Query Generator for MySQL Database Download

Added: August 15, 2013 | Visits: 350

sql4array sql4array can execute SQL SELECT queries on bi-dimensional array, for which the first dimension is the row number and the second dimension the field names.The WHERE clause can be used to specify conditions with operators such as =, >,The results are returned as arrays and can be sorted with the... Platforms: PHP

License: Freeware Size: 10 KB Download (39): sql4array Download

Added: June 03, 2013 | Visits: 309

classpgDB classpgDB implements a wrapper to access a PostgreSQL databases.Functions of classpgDB:- Establish database connections- Execute SQL queries- Fetch the name, size and type of query result columns- Fetch whole result sets into arrays- Display information about errors, query results and for... Platforms: PHP

License: Freeware Size: 10 KB Download (42): classpgDB Download

Added: April 14, 2013 | Visits: 591

Insert Retrieve data from Table Insert Retrieve data from Table can be used to execute MySQL database queries to insert and retrieve data from table records. It can insert a record in a table given an array of fields and the respective values.Insert Retrieve data from Table can check if there is already duplicated record giving... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Insert Retrieve data from Table Download

Added: April 23, 2013 | Visits: 405

MyLibSQLGen MyLibSQLGen can build MySQL query statements of a list of parameter arrays. It can build SQL queries SELECT, INSERT, UPDATE and DELETE by specifying the tables and the fields involved.MyLibSQLGen can also build SQL conditions for the WHERE clause, search with the LIKE operator, using LEFT JOIN,... Platforms: PHP

License: Freeware Size: 10 KB Download (42): MyLibSQLGen Download

Added: May 27, 2013 | Visits: 439

Simple Operations Simple Operations can be used to build SELECT, UPDATE and DELETE SQL queries to MySQL from lists of parameters.Features of Simple Operations:- Establish a database connection automatically from the constructor function- Build a SELECT query to a table with a given optional condition and order by... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Simple Operations Download

Added: August 27, 2013 | Visits: 544

DB Operations DB Operations is a wrapper around MySQL databases to execute most type of database SQL queries.Functions of DB Operations:- Connect to MySQL server and select database to work with- Delete records from a table using and without using the where clause- Update records of a table- Drop a table from... Platforms: PHP

License: Freeware Size: 10 KB Download (44): DB Operations Download

Added: August 29, 2008 | Visits: 1.706

General SQL Parser General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements,and parse SQL statements into a parse tree in their own program. It provides detail information about a SQL statement such as statement types (Select, insert, update, delete... Platforms: Windows

License: Freeware Size: 1.53 MB Download (227): General SQL Parser Download

Added: January 18, 2010 | Visits: 844

AdaControl AdaControl is a free (GMGPL) tool that detects the use of various kinds of constructs in Ada programs. AdaControls first goal is to control proper usage of style or programming rules, but it can also be used as a powerful tool to search for use (or non-use) of various forms of programming styles... Platforms: *nix

License: Freeware Size: 1024 KB Download (97): AdaControl Download

Added: September 15, 2010 | Visits: 1.110

StreamCruncher 2.1 StreamCruncher is an Event Processor. The project supports a language based on SQL which allows you to define Event Processing constructs like Sliding Windows, Time Based Windows, Partitions and Aggregates. Queries can be written using this language, which are used to monitor streams of... Platforms: *nix

License: Freeware Size: 3.9 MB Download (92): StreamCruncher 2.1 Download

Added: February 27, 2010 | Visits: 679

AutoOpts AutoOpts 25:1 is included with AutoGen 5.7.1. AutoOpts project is a very powerful command line option parser consisting of a set of AutoGen templates and a run time library that nearly eliminates the hassle of parsing and documenting command line options. This package allows you to specify... Platforms: *nix

License: Freeware Size: 491.52 KB Download (90): AutoOpts Download

Added: July 18, 2010 | Visits: 1.570

SQL::Abstract::Limit SQL::Abstract::Limit is a portable LIMIT emulation. SYNOPSIS use SQL::Abstract::Limit; my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );; # or autodetect from a DBI $dbh: my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh ); # or from a Class::DBI class: my... Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): SQL::Abstract::Limit Download

Added: February 07, 2010 | Visits: 963

liboil Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates... Platforms: *nix

License: Freeware Size: 706.56 KB Download (97): liboil Download

Added: May 10, 2010 | Visits: 1.136

JGuiGen JGuiGen is a Java GUI Generation System Elegant CRUD (Create/Review/Update/Delete). It supports any major database using JDBC. It generates fully internationalized and accessible screens that allow users to search tables, run reports, and calculate summary stats. It generates multi-user safe... Platforms: *nix

License: Freeware Size: 10.1 MB Download (101): JGuiGen Download

1 2 3 >