|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dkQuery extends dkQueryBase and provides an interface for a query object. Classes that implement this interface are created by datastore classes. The result of a query is returned as a Java Object that you can cast to DKResults.
Method Summary | |
dkDatastore |
datastore()
Deprecated. Replace by getDatastore |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getName()
Gets the query name |
short |
qlType()
Gets the query type |
java.lang.String |
queryString()
Gets the query string |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setName(java.lang.String name)
Sets the query name |
Methods inherited from interface com.ibm.mm.sdk.common.dkQueryBase |
execute, numberOfResults, prepare, result, resultSetCursor, status |
Method Detail |
public short qlType()
public java.lang.String queryString()
public dkDatastore datastore()
getDatastore()
public dkDatastore getDatastore()
public void setDatastore(dkDatastore ds) throws DKException, java.lang.Exception
ds
- a dkDatastore objectpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- new name to be set to this server object
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |