public class ModuleQueryResults
extends java.lang.Object
implements de.ipcon.db.core.QueryResultsI
DBMan
can return real QueryResultI
, this class remains just a wafer-thin wrapper around
that, kept mainly for backwards compatibility and the convenience constructor.Constructor and Description |
---|
ModuleQueryResults(DBManLocalI dbm,
Benutzer user,
java.lang.Class clazz,
java.lang.String where,
java.lang.Object[] pvals,
boolean includeDeleted,
java.lang.String orderBy) |
ModuleQueryResults(DBManLocalI dbm,
Benutzer user,
java.lang.String classname,
java.lang.String where,
java.lang.Object[] pvals,
boolean includeDeleted,
java.lang.String orderBy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
close() |
java.lang.String |
currentTag() |
boolean |
hasNext() |
boolean |
isClosed() |
java.lang.Object |
next() |
void |
remove() |
@Deprecated public ModuleQueryResults(DBManLocalI dbm, Benutzer user, java.lang.String classname, java.lang.String where, java.lang.Object[] pvals, boolean includeDeleted, java.lang.String orderBy)
public ModuleQueryResults(DBManLocalI dbm, Benutzer user, java.lang.Class clazz, java.lang.String where, java.lang.Object[] pvals, boolean includeDeleted, java.lang.String orderBy)
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.