Class H2SpatialSQLBuilder.H2SpatialSelectBuilderBase

java.lang.Object
org.gvsig.expressionevaluator.ExpressionBuilder.AbstractValue
org.gvsig.fmap.dal.feature.spi.SQLBuilderBase.SelectBuilderBase
org.gvsig.fmap.dal.store.h2.H2SpatialSQLBuilder.H2SpatialSelectBuilderBase
All Implemented Interfaces:
Cloneable, org.gvsig.expressionevaluator.ExpressionBuilder.Value, org.gvsig.expressionevaluator.ExpressionBuilder.Visitable, org.gvsig.fmap.dal.SQLBuilder.SelectBuilder, org.gvsig.fmap.dal.SQLBuilder.Statement, org.gvsig.fmap.dal.SQLBuilder.StatementPart, org.gvsig.tools.lang.Cloneable, org.gvsig.tools.util.PropertiesSupport
Enclosing class:
H2SpatialSQLBuilder

public class H2SpatialSQLBuilder.H2SpatialSelectBuilderBase extends org.gvsig.fmap.dal.feature.spi.SQLBuilderBase.SelectBuilderBase
  • Field Summary

    Fields inherited from class org.gvsig.fmap.dal.feature.spi.SQLBuilderBase.SelectBuilderBase

    check_order_and_offset, columns, distinct, from, groupColumn, limit, offset, order_by, where

    Fields inherited from class org.gvsig.expressionevaluator.ExpressionBuilder.AbstractValue

    properties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    toString(org.gvsig.expressionevaluator.Formatter formatter)
     

    Methods inherited from class org.gvsig.fmap.dal.feature.spi.SQLBuilderBase.SelectBuilderBase

    accept, column, column, column, disable_check_order_and_offset, distinct, from, getColumn, getColumns, getGroups, getOrderBy, getOrderBy, group_by, has_aggregate_functions, has_column, has_from, has_group_by, has_limit, has_offset, has_order_by, has_where, isGroupBy, isValid, limit, limit, offset, order_by, remove_all_columns, remove_column, replace, toString, where

    Methods inherited from class org.gvsig.expressionevaluator.ExpressionBuilder.AbstractValue

    copyPropertiesFrom, getProperties, getProperty, setProperty

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.expressionevaluator.ExpressionBuilder.Value

    clone, copyPropertiesFrom

    Methods inherited from interface org.gvsig.tools.util.PropertiesSupport

    getProperties, getProperty, setProperty
  • Constructor Details

    • H2SpatialSelectBuilderBase

      public H2SpatialSelectBuilderBase()
  • Method Details

    • toString

      public String toString(org.gvsig.expressionevaluator.Formatter formatter)
      Specified by:
      toString in interface org.gvsig.expressionevaluator.ExpressionBuilder.Value
      Overrides:
      toString in class org.gvsig.fmap.dal.feature.spi.SQLBuilderBase.SelectBuilderBase