This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
magik-demo:developer:class:core:query [2013/07/19 13:58] alex [Atom] |
magik-demo:developer:class:core:query [2017/07/06 15:24] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| This class describes a query that can be logically seen as a conjunction of relations (with equalities between attributes but without comparisons) | This class describes a query that can be logically seen as a conjunction of relations (with equalities between attributes but without comparisons) | ||
| - | {{ :magik-demo:developer:schema2.png?nolink&600 |}} | + | {{ :magik-demo:developer:class:core:query.png?nolink&600 |}} |
| ===== Class Attributes ===== | ===== Class Attributes ===== | ||
| Line 22: | Line 21: | ||
| </code> | </code> | ||
| - | ===== Class Constructor ===== | + | ===== Class Constructors ===== |
| ==== Query ==== | ==== Query ==== | ||
| <code java> | <code java> | ||
| Line 36: | Line 35: | ||
| ---- | ---- | ||
| - | ==== Atom ==== | + | ==== Query ==== |
| <code java> | <code java> | ||
| public Query (java.lang.String name, | public Query (java.lang.String name, | ||
| Line 49: | Line 48: | ||
| * it.unibz.inf.magik.core.QueryMinimizer | * it.unibz.inf.magik.core.QueryMinimizer | ||
| * it.unibz.inf.magik.core.PreProcessor | * it.unibz.inf.magik.core.PreProcessor | ||
| - | * it.unibz.inf.magik.test.TestFK | ||
| * it.unibz.inf.magik.test.TestFK | * it.unibz.inf.magik.test.TestFK | ||
| * it.unibz.inf.magik.test.TestFK2 | * it.unibz.inf.magik.test.TestFK2 | ||
| Line 74: | Line 72: | ||
| ---- | ---- | ||
| - | ==== Atom ==== | + | ==== Query ==== |
| <code java> | <code java> | ||
| public Query (java.lang.String name, | public Query (java.lang.String name, | ||
| Line 98: | Line 96: | ||
| * ParseSQLQueryException | * ParseSQLQueryException | ||
| * ContextException | * ContextException | ||
| - | |||
| ===== Class Methods ===== | ===== Class Methods ===== | ||
| Line 526: | Line 523: | ||
| public void setId(long id) | public void setId(long id) | ||
| </code> | </code> | ||
| + | |||
| + | [[magik-demo:developer:class:core:query|Back to Top]] | [[magik-demo:start|Back to Home Page]] | ||