|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
---|---|
com.oberon.ooql.sdk |
Uses of Query in com.oberon.ooql.sdk |
---|
Methods in com.oberon.ooql.sdk that return Query | |
---|---|
static Query |
Query.open(java.lang.String name,
Framework framework)
Open a general Query and read its properties from the database |
static Query |
Query.open(java.lang.String name,
java.lang.String userName,
Framework framework)
Open a Query for a given user and read its properties from the database |
static Query |
Query.open(java.lang.String name,
java.lang.String userName,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open a Query for a given user and read its properties from the database |
Methods in com.oberon.ooql.sdk with parameters of type Query | |
---|---|
void |
ObjectGroup.addFromQuery(Query query)
Add ObjectObj instances to this ObjectGroup as result of query execution |
java.lang.String |
Query.compareUpdate(Query refQuery,
boolean checkImage,
boolean overwrite,
boolean force,
Framework framework)
Return/apply the OOQL command to update this Query object and let it become equals to another reference object. |
|
OBEROn SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |