Revision 45131 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.spi/src/main/java/org/gvsig/fmap/dal/feature/spi/SQLBuilderBase.java

View differences:

SQLBuilderBase.java
601 601
            implements FromBuilder {
602 602

  
603 603
        protected TableNameBuilder tableName;
604
        private String subquery;
605
        private String passthrough;
606
        private List<JoinBase> joins;
604
        protected String subquery;
605
        protected String passthrough;
606
        protected List<JoinBase> joins;
607 607

  
608 608
        public FromBuilderBase() {
609 609
            this.tableName = null;
......
686 686
            extends AbstractStatementPart
687 687
            implements SelectColumnBuilder {
688 688

  
689
        private Variable name = null;
690
        private String alias = null;
691
        private Value value = null;
692
        private boolean asGeometry = false;
693
        private TableNameBuilder table;
689
        protected Variable name = null;
690
        protected String alias = null;
691
        protected Value value = null;
692
        protected boolean asGeometry = false;
693
        protected TableNameBuilder table;
694 694

  
695 695
        @Override
696 696
        public void accept(Visitor visitor, VisitorFilter filter) {

Also available in: Unified diff