Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Method runSELECTQuery(String, null) is undefined for the type IDependencyQueryClient at RTC 6


I need to recompile the following code and the method "runSELECTQuery(String, null)" no longer exists, how can I replace it?


IDependencyQueryClient queryClient = ClientFactory

.getDependencyQueryClient(fTeamRepository); 

List<SelectResult> results = null;
try {
SelectResultFeedParser parser = new SelectResultFeedParser();
results = parser
.parse(new ByteArrayInputStream(
queryClient
.runSELECTQuery( 
getLogicalNameQuery(logicalNames, data.getDestWorkspace().getName()),
null).getBytes("UTF-8"))); //$NON-NLS-1$

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 267
× 201

Question asked: Mar 05 '20, 6:13 a.m.

Question was seen: 1,310 times

Last updated: Mar 05 '20, 8:24 a.m.

Confirmation Cancel Confirm