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