org.jnario.lib.internal
Class RowResults

java.lang.Object
  extended by org.jnario.lib.internal.RowResults
All Implemented Interfaces:
Iterable<RowResult>

public class RowResults
extends Object
implements Iterable<RowResult>

Author:
Sebastian Benz - Initial contribution and API

Constructor Summary
RowResults()
           
 
Method Summary
 void add(RowResult result)
           
 StackTraceElement[] getStackTrace()
           
 boolean hasFailed()
           
 Iterator<RowResult> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowResults

public RowResults()
Method Detail

hasFailed

public boolean hasFailed()

add

public void add(RowResult result)

getStackTrace

public StackTraceElement[] getStackTrace()

iterator

public Iterator<RowResult> iterator()
Specified by:
iterator in interface Iterable<RowResult>


Copyright © 2012-2013 BMW Car IT. All Rights Reserved.