Class InsertIntoBuilder


  • public class InsertIntoBuilder
    extends OperationBuilder
    The update set builder create the database update statement.

    The main functionality is create set part of update statement from Attribute set

    Since:
    1.0
    Version:
    $Revision 1.0$
    • Constructor Detail

      • InsertIntoBuilder

        public InsertIntoBuilder()
    • Method Detail

      • getInto

        public String getInto()
        Build the into
        Returns:
        The SQL part
      • getValues

        public String getValues()
        Build the values
        Returns:
        The SQL part
      • getParams

        public List<SQLParam> getParams()
        Returns:
        the param values