Class Update

    • Field Detail

      • table

        protected final Table table
      • newValues

        protected String newValues
      • from

        protected String[] from
      • where

        protected String where
    • Constructor Detail

      • Update

        public Update​(Table table)
    • Method Detail

      • getTable

        public Table getTable()
      • setNewValues

        public void setNewValues​(String newValues)
      • setFrom

        public void setFrom​(String... from)
        Sets additional table names with which to join for this update.
      • setWhere

        public void setWhere​(String where)
      • getStatement

        public String getStatement()