org.apache.tapestry.contrib.table.model.sql
Interface ISqlTableDataSource
- All Known Implementing Classes:
- SimpleSqlTableDataSource
public interface ISqlTableDataSource
- Author:
- mindbridge
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.