|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.db.Query
net.datacrow.core.db.SelectQuery
public class SelectQuery
Constructor Summary | |
---|---|
SelectQuery(DataFilter df,
Requests requests,
int[] fields)
Constructs a new Query object from a data filter. |
|
SelectQuery(DcObject dco,
int[] fields)
Constructs a new Query object from a data filter. |
Method Summary | |
---|---|
void |
clear()
|
java.util.List<DcObject> |
run()
|
Methods inherited from class net.datacrow.core.db.Query |
---|
createReferences, deleteImage, finalize, getModule, getModuleIdx, getPreparedStament, getQueryValue, getRequests, handleRequest, isLog, saveImage, setLog, setValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectQuery(DcObject dco, int[] fields)
public SelectQuery(DataFilter df, Requests requests, int[] fields)
Method Detail |
---|
public java.util.List<DcObject> run()
run
in class Query
public void clear()
clear
in class Query
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |