
liquibase.ext.ora.grant.addgrant.GrantObjectPermissionStatement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liquibase-oracle Show documentation
Show all versions of liquibase-oracle Show documentation
Some tags to work on Oracle DB.
package liquibase.ext.ora.grant.addgrant;
import liquibase.ext.ora.grant.AbstractObjectPermissionStatement;
public class GrantObjectPermissionStatement extends AbstractObjectPermissionStatement {
public GrantObjectPermissionStatement() {}
public GrantObjectPermissionStatement(String schemaName, String objectName,
String recipientList) {
super(schemaName, objectName, recipientList);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy