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
ServerConnectionTimeoutException
public BackendQueryResults(BackendConnection c, java.lang.String q, java.lang.Object[] parms) throws ServerConnectionTimeoutException
ServerConnectionTimeoutException
public BackendQueryResults(BackendConnection c, long id, java.lang.Class classtip, java.lang.String attributeName) throws ServerConnectionTimeoutException
ServerConnectionTimeoutException
public void sendRequest(java.lang.Runnable requestParmWriter)
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
public void close()
close
in interface de.ipcon.db.core.QueryResultsI
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
public boolean isClosed()
isClosed
in interface de.ipcon.db.core.QueryResultsI
public java.lang.String currentTag()
currentTag
in interface de.ipcon.db.core.QueryResultsI
public void cancel()
cancel
in interface de.ipcon.db.core.QueryResultsI
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.