Package net.israfil.foundation.mock.sql

Class Summary
MockResultSet A Mock implementation of ResultSet that takes an array of column names and an array or rows, where rows are arrays of data.
MockResultSetMetaData An implementation of DatabaseMetaData that partners with ResultSet to provide database-disconnected fixed results for testing via the JDBC APIs.
MockResultSetMetaData.ColSpec  
Row An object representing row data in a MockResultSet.
 

Enum Summary
MockResultSetMetaData.DBType  
MockResultSetMetaData.DBTypeGroup  
 



Copyright © 2003-2006 null. All Rights Reserved.