|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.fuse.projects.fuse_light.examples.ExampleSQLQuery
public class ExampleSQLQuery
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.
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 |
|---|
public java.util.Vector execute(java.sql.Connection connection)
execute in interface SQLObjectQueryBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||