com.github.napp.database.IUpdateQuery Maven / Gradle / Ivy
/**
*
*/
package com.github.napp.database;
/**
* @author Alexandru Bledea
* @since Sep 27, 2013
*/
public interface IUpdateQuery extends IExecutableQuery, ISetQuery, IWhereQuery {
/**
* @param property
*/
void setCurrentTimestamp(String property);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy