All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.sql.api.cmd.struct.update.IUpdateSet Maven / Gradle / Ivy

package db.sql.api.cmd.struct.update;

import db.sql.api.Cmd;

public interface IUpdateSet extends Cmd {

    COLUMN getField();

    V getValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy