org.jnario.lib.internal
Class RowResults
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowResults
public RowResults()
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.