/* Feb 23, 1999 */ /* ***************************************************************************** Copyright 2000 by Erica Andrews (cylikon@hotmail.com). All rights reserved. ./ButchWhipAppeal/ ./IcedPinky/ NO portion of this software may be used in ANY way by anyone other than myself without my express written consent. If it is downloaded for testing, it must be deleted from your system within 24 hours. Any other use constitutes piracy and fraudulent misuse of this software, punishable in a court of law. Copyright 2000 by Erica Andrews. All rights reserved. ***************************************************************************** */ // --- Interface for the MySQL Query import java.rmi.*; import java.sql.*; import sun.jdbc.rowset.*; public interface RMIMySQL2 extends Remote { CachedRowSet RMIResultSet() throws RemoteException,ClassNotFoundException,SQLException; void ResultSetCleanUp() throws RemoteException,SQLException; }