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

db.sql.api.cmd.struct.IForUpdate Maven / Gradle / Ivy

package db.sql.api.cmd.struct;

import db.sql.api.Cmd;

public interface IForUpdate extends Cmd {
    void setWait(boolean wait);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy