com.sun.mdm.index.ops
Class BlobHelperParameters

java.lang.Object
  extended bycom.sun.mdm.index.ops.DeltaParameters
      extended bycom.sun.mdm.index.ops.BlobHelperParameters

public class BlobHelperParameters
extends DeltaParameters


Constructor Summary
BlobHelperParameters()
          Creates a new instance of BlobHelperParameters
 
Method Summary
 java.sql.ResultSet getResultSet()
          Getter for the mResult attribute.
 void setResultSet(java.sql.ResultSet val)
          Setter for the mResult attribute.
 
Methods inherited from class com.sun.mdm.index.ops.DeltaParameters
getColumnIndex, getColumnName, getPreparedStatement, setColumnIndex, setColumnName, setPreparedStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobHelperParameters

public BlobHelperParameters()
Creates a new instance of BlobHelperParameters

Method Detail

getResultSet

public java.sql.ResultSet getResultSet()
Getter for the mResult attribute.

Returns:
value of the mResult attribute.

setResultSet

public void setResultSet(java.sql.ResultSet val)
Setter for the mResult attribute.

Parameters:
val - Value to be assigned to the mResult attribute.


Sun Microsystems, Inc.