com.fuse.projects.fuse_light.examples
Class ExampleSQLQuery

java.lang.Object
  extended by com.fuse.projects.fuse_light.examples.ExampleSQLQuery
All Implemented Interfaces:
ObjectQueryBean, SQLObjectQueryBean, java.io.Serializable

public class ExampleSQLQuery
extends java.lang.Object
implements SQLObjectQueryBean

ExampleSQLQuery performs any sql-query and returns results as a vector of vectors. This shows how one can implement new database queries with FUSE Light by just making new SQLObjectQueryBeans.

See Also:
ExampleConnection, SQLDatabaseImpl, Serialized Form

Method Summary
 java.util.Vector execute(java.sql.Connection connection)
          Called by SQLDatabaseImpl.query()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public java.util.Vector execute(java.sql.Connection connection)
Called by SQLDatabaseImpl.query()

Specified by:
execute in interface SQLObjectQueryBean