org.openware.job.data
Interface IRawUpdate

All Superinterfaces:
java.io.Serializable

public interface IRawUpdate
extends java.io.Serializable

To allow specific Persist objects to bypass the default means of doing updates a developer can implement this interface and set the raw update for the desired Persist object.

Version:
$Revision: 1.2 $ $Date: 2001/07/26 01:57:22 $
Author:
Vincent Sheffer

Method Summary
 int execute(java.sql.Connection conn, TableRow shell)
           
 

Method Detail

execute

public int execute(java.sql.Connection conn,
                   TableRow shell)
            throws java.sql.SQLException


Copyright © 2000,2001 Openware. All Rights Reserved.