| org.kuali.core.util.UnitTestSqlDao
All known Subclasses: org.kuali.core.util.UnitTestSqlDaoOjb,
UnitTestSqlDao | public interface UnitTestSqlDao (Code) | | before testing and to read data after testing.
|
clearCache | public void clearCache()(Code) | | Clear the OJB cache
|
sqlCommand | public int sqlCommand(String sql)(Code) | | Run an insert, delete or update sql command
Parameters: sql - SQL to run row count of rows affected |
sqlSelect | public List sqlSelect(String sql)(Code) | | Run a select sql command
Parameters: sql - SQL to run List of Map objects where the key is the column name and the value is the value |
|
|