Interface SQLBuilder.DeleteBuilder

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, org.gvsig.expressionevaluator.ExpressionBuilder.Value, org.gvsig.expressionevaluator.ExpressionBuilder.Visitable, org.gvsig.tools.util.PropertiesSupport, SQLBuilder.Statement, SQLBuilder.StatementPart
Enclosing interface:
SQLBuilder

public static interface SQLBuilder.DeleteBuilder extends SQLBuilder.Statement
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    org.gvsig.expressionevaluator.GeometryExpressionBuilder
     

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

    clone, copyPropertiesFrom, replace, toString

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

    accept

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

    getProperties, getProperty, setProperty
  • Method Details

    • table

    • where

      org.gvsig.expressionevaluator.GeometryExpressionBuilder where()
    • has_where

      boolean has_where()