|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBaseQueryResults
The new IBaseQueryResults is an interface which will be extends by IQueryResults and ICubeQueryResults interfaces. It provides service for client to get/set query results id.
Method Summary | |
---|---|
void |
close()
Closes all query result set(s) associated with this object; provides a hint to the query that it can safely release all associated resources. |
java.lang.String |
getID()
Every query results has a unique id. |
Methods inherited from interface org.eclipse.birt.data.engine.api.INamedObject |
---|
getName, setName |
Method Detail |
---|
java.lang.String getID()
void close() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |