net.mlw.vlh.adapter.jdbc.util
Class SqlPagingSupport

java.lang.Object
  extended bynet.mlw.vlh.adapter.jdbc.util.SqlPagingSupport

public class SqlPagingSupport
extends Object

Version:
$Revision: 1.2 $ $Date: 2006/04/18 17:14:19 $
Author:
Matthew L. Wilson

Field Summary
static String ORACLE
           
 
Constructor Summary
SqlPagingSupport()
           
 
Method Summary
 StringBuffer getCountQuery(String sql)
           
 StringBuffer getPagedQuery(String sql)
           
 void setDatabase(String database)
           
 void setPagedQueryPostSql(String pagedQueryPostSql)
           
 void setPagedQueryPreSql(String pagedQueryPreSql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORACLE

public static final String ORACLE
See Also:
Constant Field Values
Constructor Detail

SqlPagingSupport

public SqlPagingSupport()
Method Detail

getPagedQuery

public StringBuffer getPagedQuery(String sql)

getCountQuery

public StringBuffer getCountQuery(String sql)

setDatabase

public void setDatabase(String database)

setPagedQueryPostSql

public void setPagedQueryPostSql(String pagedQueryPostSql)

setPagedQueryPreSql

public void setPagedQueryPreSql(String pagedQueryPreSql)


Copyright © 2003-2006 mlavilson. All Rights Reserved.