net.sourceforge.queryviewer
Interface Connection

All Known Implementing Classes:
JDBCConnectionImpl

public interface Connection

Version:
$Id: Connection.java,v 1.4 2003/06/22 21:08:23 avdyk Exp $
Author:
arnaud Arnaud Vandyck

Method Summary
 void close()
           
 String getInfo()
           
 String[][] performQuery(Query query)
          Deprecated. use performQuery(Query) instead
 String[][] performQuery(String queryString)
           
 

Method Detail

performQuery

public String[][] performQuery(Query query)
                        throws QueryException
Deprecated. use performQuery(Query) instead

QueryException

performQuery

public String[][] performQuery(String queryString)
                        throws QueryException
QueryException

getInfo

public String getInfo()

close

public void close()
           throws QueryException
QueryException


Copyright © 2003 STE-Formations Informatiques, FAPSE, ULg. All Rights Reserved.