org.apache.derby.impl.sql.execute
Class InsertResultSet.MyRowAllocator

java.lang.Object
  extended by org.apache.derby.impl.sql.execute.InsertResultSet.MyRowAllocator
All Implemented Interfaces:
GeneratedMethod
Enclosing class:
InsertResultSet

 class InsertResultSet.MyRowAllocator
extends java.lang.Object
implements GeneratedMethod


Field Summary
private  ExecRow row
           
 
Constructor Summary
InsertResultSet.MyRowAllocator(ExecRow row)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object ref)
          Invoke a generated method that has no arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

private ExecRow row
Constructor Detail

InsertResultSet.MyRowAllocator

InsertResultSet.MyRowAllocator(ExecRow row)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object ref)
Description copied from interface: GeneratedMethod
Invoke a generated method that has no arguments. (Similar to java.lang.refect.Method.invoke) Returns the value returned by the method.

Specified by:
invoke in interface GeneratedMethod

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.