public class BackendQueryResults
extends java.lang.Object
implements de.ipcon.db.core.QueryResultsI
| Constructor and Description |
|---|
BackendQueryResults(BackendConnection c,
long id,
java.lang.Class classtip,
java.lang.String attributeName) |
BackendQueryResults(BackendConnection c,
java.lang.String why) |
BackendQueryResults(BackendConnection c,
java.lang.String q,
java.lang.Object[] parms) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
java.lang.String |
currentTag() |
boolean |
hasNext() |
boolean |
isClosed() |
java.lang.Object |
next() |
void |
remove() |
void |
sendRequest(java.lang.Runnable requestParmWriter) |
public BackendQueryResults(BackendConnection c, java.lang.String why) throws ServerConnectionTimeoutException
ServerConnectionTimeoutExceptionpublic BackendQueryResults(BackendConnection c, java.lang.String q, java.lang.Object[] parms) throws ServerConnectionTimeoutException
ServerConnectionTimeoutExceptionpublic BackendQueryResults(BackendConnection c, long id, java.lang.Class classtip, java.lang.String attributeName) throws ServerConnectionTimeoutException
ServerConnectionTimeoutExceptionpublic void sendRequest(java.lang.Runnable requestParmWriter)
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iteratorpublic void close()
close in interface de.ipcon.db.core.QueryResultsIclose in interface java.io.Closeableclose in interface java.lang.AutoCloseablepublic boolean isClosed()
isClosed in interface de.ipcon.db.core.QueryResultsIpublic java.lang.String currentTag()
currentTag in interface de.ipcon.db.core.QueryResultsIpublic void cancel()
cancel in interface de.ipcon.db.core.QueryResultsICopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.