org.apache.tapestry.contrib.table.model.sql
Interface ISqlTableDataSource
- All Known Implementing Classes:
- SimpleSqlTableDataSource
public interface ISqlTableDataSource
- Author:
- mindbridge
getRowCount
int getRowCount()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getCurrentRows
java.sql.ResultSet getCurrentRows(SqlTableColumnModel objColumnModel,
SimpleTableState objState)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
closeResultSet
void closeResultSet(java.sql.ResultSet objResultSet)