Uses of Class
net.israfil.foundation.mock.sql.MockResultSetMetaData.ColSpec

Packages that use MockResultSetMetaData.ColSpec
net.israfil.foundation.mock.sql   
 

Uses of MockResultSetMetaData.ColSpec in net.israfil.foundation.mock.sql
 

Constructors in net.israfil.foundation.mock.sql with parameters of type MockResultSetMetaData.ColSpec
MockResultSet(MockResultSetMetaData.ColSpec[] columns, java.lang.Object[][] rows)
          The main constructor, which takes an array of strings representing the columns of the supposed DataReader, and an array of string arrays representing the row data.
 



Copyright © 2003-2006. All Rights Reserved.