net.sf.farrago.runtime
Class FennelRowCount
java.lang.Object
net.sf.farrago.runtime.FennelRowCount
public class FennelRowCount
- extends Object
Class for holding the number of rows returned by a DML statement. DML
operators return a single scalar value of a synthetic type which matches this
template.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/runtime/FennelRowCount.java#11 $
- Author:
- John V. Sichi
Field Summary |
long |
ROWCOUNT
Number of rows affected by DML statement. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROWCOUNT
public long ROWCOUNT
- Number of rows affected by DML statement.
FennelRowCount
public FennelRowCount()