org.apache.tapestry.contrib.table.model.sql
Interface ISqlTableDataSource

All Known Implementing Classes:
SimpleSqlTableDataSource

public interface ISqlTableDataSource

Author:
mindbridge

Method Summary
 void closeResultSet(ResultSet objResultSet)
           
 ResultSet getCurrentRows(SqlTableColumnModel objColumnModel, SimpleTableState objState)
           
 int getRowCount()
           
 

Method Detail

getRowCount

int getRowCount()
                throws SQLException
Throws:
SQLException

getCurrentRows

ResultSet getCurrentRows(SqlTableColumnModel objColumnModel,
                         SimpleTableState objState)
                         throws SQLException
Throws:
SQLException

closeResultSet

void closeResultSet(ResultSet objResultSet)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.