Interface SQLBuilder.InsertColumnBuilder

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

public static interface SQLBuilder.InsertColumnBuilder extends SQLBuilder.StatementPart
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.gvsig.expressionevaluator.ExpressionBuilder.Value
     
    name(String name)
     
    with_value(org.gvsig.expressionevaluator.ExpressionBuilder.Value value)
     

    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