Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
7440 11/29/2012 04:54 PM ben leinfelder

add link for reference on how to do record limits in oracle

7437 11/29/2012 04:12 PM ben leinfelder

use RDBMS-specific features to limit the resultset for paging -- postgres and oracle have implementations. we don''t really support mssql so I skipped that one.

3077 11/10/2006 10:25 AM Matt Jones

Removed the release ant token from all files in 'src'.

2728 11/10/2005 01:22 PM sgarg

New function which returns the formatted left join query. This is required as Oracle and postgres have different left join syntax

2721 11/08/2005 02:02 PM Jing Tao

Add method as parent class adding a method.

1747 07/23/2003 11:52 AM Jing Tao

Get rid of toDate method. It inherentise from AbstractAdaptor.

1745 07/21/2003 06:35 PM Jing Tao

Add new method to handle toDate function.

1134 05/23/2002 10:28 PM Jing Tao

Change back to pass connection as a parameter. Because new connection will cause an error.

1127 05/23/2002 08:36 PM Jing Tao

Using getDBConnection method rather than a parameter.

775 06/08/2001 11:42 AM bojilova

rename the DB* classes to:
AbstractDatabase
OracleAdapter
PostgresqlAdapter
SqlserverAdapter