Class InsertOrUpdateStatement

    • Constructor Detail

      • InsertOrUpdateStatement

        public InsertOrUpdateStatement​(String catalogName,
                                       String schemaName,
                                       String tableName,
                                       String primaryKey)
      • InsertOrUpdateStatement

        public InsertOrUpdateStatement​(String catalogName,
                                       String schemaName,
                                       String tableName,
                                       String primaryKey,
                                       boolean onlyUpdate)
    • Method Detail

      • getPrimaryKey

        public String getPrimaryKey()
      • getOnlyUpdate

        public Boolean getOnlyUpdate()
      • setOnlyUpdate

        public void setOnlyUpdate​(Boolean onlyUpdate)
      • getAllowColumnUpdate

        public boolean getAllowColumnUpdate​(String columnName)
      • setAllowColumnUpdate

        public void setAllowColumnUpdate​(String columnName,
                                         boolean allowUpdate)