Package org.pentaho.commons.connection.marshal

Examples of org.pentaho.commons.connection.marshal.MarshallableResultSet


    data.addRow( new Object[] { "a", new Integer( 1 ) } );
    data.addRow( new Object[] { "b", new Integer( 2 ) } );
    data.addRow( new Object[] { "c", new Integer( 3 ) } );

    MarshallableResultSet result = new MarshallableResultSet();
    result.setResultSet( data );
    validate( result );

  }
View Full Code Here

TOP

Related Classes of org.pentaho.commons.connection.marshal.MarshallableResultSet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.