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

java.lang.Object
  extended byorg.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
(package private) 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


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.