1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 2946

Show
Ignore:
Timestamp:
05/30/10 21:12:13 (3 years ago)
Author:
thompsonbry
Message:

added option to report on the star join property value.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bigdata-sails/src/java/com/bigdata/rdf/sail/BigdataSail.java

    r2932 r2946  
    2424Portions of this code are: 
    2525 
    26 Copyright Aduna (http://www.aduna-software.com/) © 2001-2007 
     26Copyright Aduna (http://www.aduna-software.com/) ᅵ 2001-2007 
    2727 
    2828All rights reserved. 
     
    354354         
    355355        public static final String DEFAULT_STAR_JOINS = "false"; 
    356  
    357356         
    358357    } 
     
    418417        return quads; 
    419418         
     419    } 
     420     
     421    /** 
     422     * Return <code>true</code> iff star joins are enabled. 
     423     */ 
     424    public boolean isStarJoins() { 
     425         
     426        return starJoins; 
     427         
    420428    } 
    421429