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

tbrugz.sqldiff.model.adapted.GrntDiff Maven / Gradle / Ivy

There is a newer version: 0.9.17
Show newest version
package tbrugz.sqldiff.model.adapted;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

import tbrugz.sqldiff.model.ChangeType;
import tbrugz.sqldump.dbmodel.PrivilegeType;

@XmlAccessorType(XmlAccessType.FIELD)
public class GrntDiff {
	public ChangeType changeType;
	public String schemaName;
	public String tableName;
	public PrivilegeType privilege;
	public String grantee;
	public boolean withGrantOption;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy