Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mockobjects.eziba.sql
Class SingleObjectResultSetRowGenerator  view SingleObjectResultSetRowGenerator download SingleObjectResultSetRowGenerator.java

java.lang.Object
  extended bycom.mockobjects.eziba.sql.SingleObjectResultSetRowGenerator
All Implemented Interfaces:
ResultSetRowGenerator

public class SingleObjectResultSetRowGenerator
extends java.lang.Object
implements ResultSetRowGenerator


Constructor Summary
SingleObjectResultSetRowGenerator()
           
 
Method Summary
 java.lang.Object[] createRow(java.lang.Object p_sourceObj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleObjectResultSetRowGenerator

public SingleObjectResultSetRowGenerator()
Method Detail

createRow

public java.lang.Object[] createRow(java.lang.Object p_sourceObj)
Specified by:
createRow in interface ResultSetRowGenerator