|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbutler.sql.query.QBEQuery
public class QBEQuery
Query by example filter. This filter will match only
if all columns in the given record with a value set,
matches the corresponding values in the records in
the table.
If a given record has given values 'AAA' and 'BBB'
for column A and B, the where-clause will look like:
where A = 'AAA' and B = 'BBB'.
Constructor Summary | |
---|---|
QBEQuery(Record rec)
|
Method Summary | |
---|---|
RecordList |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QBEQuery(Record rec) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public RecordList run() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |