Searched defs:projection (Results 1 - 5 of 5) sorted by relevance
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/constraint/ |
H A D | ConstraintFieldName.java | 60 private boolean projection; field in class:ConstraintFieldName 91 return projection; 95 this.projection = true;
|
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/ |
H A D | RetrieveDesc.java | 65 * The parameter <code>projection</code> specifies, if the field 71 * @param projection Specifies, if this is a projection. 73 public void addResult(String name, RetrieveDesc foreignConstraint, boolean projection); argument
|
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/ |
H A D | ResultDesc.java | 128 * @param projection - indicates whether the column is a projection 131 boolean projection) { 134 // remember the projection 135 if (projection) { 504 // for projection queries 531 // pc can be null if this is a projection query 604 //Field projection can never be null if this method gets called. 130 addField(LocalFieldDesc fieldDesc, ColumnRef columnRef, boolean projection) argument
|
H A D | RetrieveDescImpl.java | 191 * If the parameter <code>projection</code> is true, the field 197 * @param projection Specifies, if this is a projection. 201 boolean projection) { 204 if (projection) { 668 * retrieve descriptor hierarchy. This is important for projection and 673 * the projection tree. 674 * Also sets the projection on the candidate class in case of queries without 675 * user projection. 679 // RetrieveDescs involved in the projection tre 199 addResult(String name, RetrieveDesc foreignConstraint, boolean projection) argument [all...] |
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/generator/ |
H A D | SelectQueryPlan.java | 272 * @param projection Pass the projection information for this field 275 private void addColumn(LocalFieldDesc fieldDesc, boolean add, boolean projection) { argument 301 resultDesc.addField(fieldDesc, columnRef, projection); 309 * If there is no projection, add the foreign key fields to the list 376 // This plan is participating in a projection. 1387 * Defines the join operator based on the projection property (and
|
Completed in 227 milliseconds